cosmetic(oidc-test): rename CM oidc-test to oidc-test-env
This commit is contained in:
parent
8b02e8a875
commit
86754cf518
|
@ -7,7 +7,7 @@ resources:
|
|||
- ./resources/oauth2-client.yaml
|
||||
|
||||
configMapGenerator:
|
||||
- name: oidc-test
|
||||
- name: oidc-test-env
|
||||
literals:
|
||||
- LOG_LEVEL=0
|
||||
- HTTP_ADDRESS=0.0.0.0:8080
|
||||
|
|
|
@ -24,7 +24,7 @@ spec:
|
|||
resources: {}
|
||||
envFrom:
|
||||
- configMapRef:
|
||||
name: oidc-test
|
||||
name: oidc-test-env
|
||||
env:
|
||||
- name: OIDC_CLIENT_ID
|
||||
valueFrom:
|
||||
|
|
Loading…
Reference in New Issue