DefGuard / deployment

Deployment files for defguard service
Other
7 stars 5 forks source link

Fix OpenID Secret Deployments #41

Closed nicko170 closed 2 weeks ago

nicko170 commented 2 months ago
➜  ~ helm upgrade --install --namespace defguard defguard defguard/defguard -f values.yaml --debug
history.go:56: [debug] getting history for release defguard
upgrade.go:150: [debug] preparing upgrade for defguard
Error: UPGRADE FAILED: template: defguard/templates/openid-secret.yaml:4:35: executing "defguard/templates/openid-secret.yaml" at <"openid-key">: undefined variable: $password
helm.go:84: [debug] template: defguard/templates/openid-secret.yaml:4:35: executing "defguard/templates/openid-secret.yaml" at <"openid-key">: undefined variable: $password
UPGRADE FAILED
main.newUpgradeCmd.func2
        helm.sh/helm/v3/cmd/helm/upgrade.go:209
github.com/spf13/cobra.(*Command).execute
        github.com/spf13/cobra@v1.6.1/command.go:916
github.com/spf13/cobra.(*Command).ExecuteC
        github.com/spf13/cobra@v1.6.1/command.go:1044
github.com/spf13/cobra.(*Command).Execute
        github.com/spf13/cobra@v1.6.1/command.go:968
main.main
        helm.sh/helm/v3/cmd/helm/helm.go:83
runtime.main
        runtime/proc.go:250
runtime.goexit
        runtime/asm_arm64.s:1172
Rotzke commented 2 weeks ago

I have created a duplicate so that it is more recognisable :D

moubctez commented 2 weeks ago

Duplicate of #44