1
0
Fork 0
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:
Stephen Gallagher 2026-06-26 15:23:26 -04:00
commit 9443e8e293
Signed by untrusted user: sgallagh
GPG key ID: 45DB85A568286D11

View file

@ -3,6 +3,6 @@ apiVersion: v1
kind: ConfigMap
metadata:
name: static-config
stringData:
data:
elnbuildsync.yml: |
{{ lookup('template', 'elnbuildsync_static.yml.j2') | indent }}