Skip to content

Commit d4149bb

Browse files
committed
fix: missing label
Signed-off-by: Chris Butler <chris.butler@redhat.com>
1 parent 0eddc6a commit d4149bb

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

charts/coco-supported/custom-init/templates/custom-initdata-injection.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ spec:
2424
metadata:
2525
name: custom
2626
namespace: custom-init
27+
labels:
28+
app: custom
2729
annotations:
2830
io.katacontainers.config.runtime.cc_init_data: '{{ `{{if (lookup "operator.openshift.io/v1" "IngressController" "openshift-ingress-operator" "default").spec.defaultCertificate.name }}{{ fromConfigMap "openshift-sandboxed-containers-operator" "initdata-placeholder" "initdata" | base64dec | replace "acmmagickey_trustee_cert" (fromSecret "openshift-ingress" (lookup "operator.openshift.io/v1" "IngressController" "openshift-ingress-operator" "default").spec.defaultCertificate.name "tls.crt" | base64dec) | base64enc }}{{ else }}{{ fromConfigMap "openshift-sandboxed-containers-operator" "initdata-placeholder" "initdata" | base64dec | replace "acmmagickey_trustee_cert" (fromSecret "openshift-ingress" "router-certs-default" "tls.crt" | base64dec) | base64enc }}{{ end }}` }}'
2931
peerpods: "true"

0 commit comments

Comments
 (0)