forked from infra/ansible
ELNBuildSync: Fix incorrect ConfigMap field
ConfigMap and Secret differ nonsensically on the definition of this keyword. Signed-off-by: Stephen Gallagher <sgallagh@redhat.com> rh-pre-commit.version: 2.4.0 rh-pre-commit.check-secrets: ENABLED
This commit is contained in:
parent
b8403b4b0f
commit
9443e8e293
1 changed files with 1 additions and 1 deletions
|
|
@ -3,6 +3,6 @@ apiVersion: v1
|
|||
kind: ConfigMap
|
||||
metadata:
|
||||
name: static-config
|
||||
stringData:
|
||||
data:
|
||||
elnbuildsync.yml: |
|
||||
{{ lookup('template', 'elnbuildsync_static.yml.j2') | indent }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue