diff --git a/neo4j-admin/values.yaml b/neo4j-admin/values.yaml index f599359c..e4191537 100644 --- a/neo4j-admin/values.yaml +++ b/neo4j-admin/values.yaml @@ -3,6 +3,7 @@ nameOverride: "" ## @param fullnameOverride String to fully override common.names.fullname fullnameOverride: "" # disableLookups will disable all the lookups done in the helm charts +# This should be set to true when using ArgoCD since ArgoCD uses helm template and the helm lookups will fail # You can enable this when executing helm commands with --dry-run command disableLookups: false diff --git a/neo4j/values.yaml b/neo4j/values.yaml index 5514df1d..aba56aa5 100644 --- a/neo4j/values.yaml +++ b/neo4j/values.yaml @@ -6,6 +6,7 @@ nameOverride: "" ## @param fullnameOverride String to fully override common.names.fullname fullnameOverride: "" # disableLookups will disable all the lookups done in the helm charts +# This should be set to true when using ArgoCD since ArgoCD uses helm template and the helm lookups will fail # You can enable this when executing helm commands with --dry-run command disableLookups: false