Skip to content

Commit

Permalink
oidc-authservice: fix secret generator envs (kubeflow#1789)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidspek authored Apr 7, 2021
1 parent e7713fd commit 4f56cb7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion common/oidc-authservice/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ configMapGenerator:
secretGenerator:
- name: oidc-authservice-client
type: Opaque
env: secret_params.env
envs:
- secret_params.env

generatorOptions:
disableNameSuffixHash: true
Expand Down

0 comments on commit 4f56cb7

Please sign in to comment.