mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-17 02:12:55 +02:00
Add custom pw wp
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: mbgwp-folder
|
||||
namespace: argocd
|
||||
finalizers:
|
||||
- resources-finalizer.argocd.argoproj.io
|
||||
spec:
|
||||
project: default
|
||||
source:
|
||||
repoURL: https://github.com/rubenhensen/k8scd.git
|
||||
targetRevision: HEAD
|
||||
path: mbgwp
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: mbgwp
|
||||
syncPolicy:
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
automated:
|
||||
selfHeal: true
|
||||
@@ -76,6 +76,9 @@ spec:
|
||||
##
|
||||
annotations: {}
|
||||
allowEmptyPassword: false
|
||||
wordpressPassword: wordpress-password
|
||||
wordpressUsername: rubenhensen
|
||||
smtpExistingSecret: smtp-password
|
||||
lifecycleHooks:
|
||||
postStart:
|
||||
exec:
|
||||
|
||||
Reference in New Issue
Block a user