Skip to content
Snippets Groups Projects
Unverified Commit 599b3ff9 authored by Maarten de Waard's avatar Maarten de Waard :angel: Committed by Varac
Browse files

Apply 4 suggestion(s) to 2 file(s)

parent dc4dde69
No related branches found
No related tags found
No related merge requests found
......@@ -6,10 +6,10 @@
* [ ] Create new source if needed in `flux2/infrastructure/sources/APP.yaml`
* [ ] Include `APP.yaml` in `flux2/infrastructure/sources/kustomization.yaml`
* [ ] Add app secret: `charts/oas-secrets/templates/oas-APP-variables.yaml`
* Add kustomisations:
* [ ] `flux2/cluster/optional/wekan/APP.yaml`
* Add kustomizations:
* [ ] `flux2/cluster/optional/APP/APP.yaml`
* [ ] `flux2/apps/APP/kustomization.yaml`
* [ ] Add pvc in `flux2/apps/APP/pvc.yaml`
* [ ] If needed, add PVCs in `flux2/apps/APP/pvc.yaml`
* [ ] Add helmrelease in `flux2/apps/APP/release.yaml`
### Single sign-on
......
......@@ -227,8 +227,8 @@ KUBECONFIG={cluster_dir}/kube_config_cluster.yml
}
}
for namespace in all_secrets:
for app, app_secrets in all_secrets[namespace].items():
for namespace, sec in all_secrets.items():
for app, app_secrets in sec.items():
for app_secret in app_secrets:
secret = self.get_password_from_kubernetes(
app,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment