docs(gitops): single Argo CD README, remove redundant docs
Made-with: Cursor
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
# Copy to a private file (e.g. gitops/values/private-k3s.yaml, gitignored) or merge into your env values.
|
||||
# Reference from Helm: -f ../../values/k3s-example.yaml -f ../../values/private-k3s.yaml
|
||||
# Argo CD: add a second entry under helm.valueFiles (paths relative to chart path).
|
||||
# Copy to a private file (e.g. gitops/values/private-k3s.yaml, gitignored) or merge into gitops/values/k3s-example.yaml.
|
||||
#
|
||||
# Argo CD: under spec.sources, for the source with path gitops/charts/onelab, add another path to helm.valueFiles
|
||||
# (paths are relative to that chart directory), e.g.:
|
||||
# - ../../values/k3s-example.yaml
|
||||
# - ../../values/private-k3s.yaml
|
||||
|
||||
onelab:
|
||||
compliance:
|
||||
@@ -26,7 +29,7 @@ onelab:
|
||||
# tlsCiphers: ""
|
||||
# tlsSslVersion: ""
|
||||
|
||||
# Alternative: supply the full YAML yourself (no Helm templating of compliance/LDAP blocks).
|
||||
# Alternative: supply the full YAML yourself (bypasses chart templates in configurations.gotmpl for those keys).
|
||||
# 1. kubectl create secret generic onelab-configurations-custom -n onelab \
|
||||
# --from-file=configurations.yml=./my-configurations.yml
|
||||
# 2. Set in values:
|
||||
|
||||
Reference in New Issue
Block a user