We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9667b19 commit 2f306b9Copy full SHA for 2f306b9
3 files changed
infrastructure/controllers/argocd/values.yaml
@@ -324,9 +324,11 @@ notifications:
324
enabled: false
325
# Global configuration
326
global:
327
+ # Add domain if you have one
328
domain: argocd.vanillax.me
329
# Disable legacy redis
- redis.enabled: false
330
+ redis:
331
+ enabled: false
332
333
# Security context
334
securityContext:
infrastructure/kustomization.yaml
@@ -1,5 +1,4 @@
1
apiVersion: kustomize.config.k8s.io/v1beta1
2
kind: Kustomization
3
resources:
4
- - namespace.yaml
5
- - projects.yaml
+ - controllers/argocd/projects.yaml
infrastructure/namespace.yaml
0 commit comments