Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
labels:
app: kbs-access-sealed
annotations:
coco.io/initdata-configmap: initdata
coco.io/initdata-configmap: debug-initdata
spec:
runtimeClassName: {{ .Values.global.coco.runtimeClassName }}
containers:
Expand Down Expand Up @@ -48,5 +48,5 @@ spec:
secretName: kbs-sealed-secret
- name: initdata
configMap:
name: initdata
name: debug-initdata
optional: false
16 changes: 0 additions & 16 deletions values-azure.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,14 +119,6 @@ clusterGroup:
syncPolicy:
automated:
prune: true
overrides:
# Use the unauthenticated registry.access.redhat.com mirror instead of
# registry.redhat.io on Azure -- peer-pods (kata-remote) CVMs pull
# images via guest-pull and registry.redhat.io requires credentials
# that are non-trivial to thread through that path. Same digest,
# same content, just served from a registry that doesn't require auth.
- name: image
value: "registry.access.redhat.com/ubi9/httpd-24@sha256:68a91ff691092f455fea682330c499588747231c16516cd4f35aff821e6847f2"

kbs-access-curl:
name: kbs-access-curl
Expand All @@ -136,10 +128,6 @@ clusterGroup:
syncPolicy:
automated:
prune: true
overrides:
# See hello-openshift override above for rationale.
- name: image
value: "registry.access.redhat.com/ubi9/httpd-24@sha256:68a91ff691092f455fea682330c499588747231c16516cd4f35aff821e6847f2"

kbs-access-sealed:
name: kbs-access-sealed
Expand All @@ -149,10 +137,6 @@ clusterGroup:
syncPolicy:
automated:
prune: true
overrides:
# See hello-openshift override above for rationale.
- name: image
value: "registry.access.redhat.com/ubi9/httpd-24@sha256:68a91ff691092f455fea682330c499588747231c16516cd4f35aff821e6847f2"

kyverno:
name: kyverno
Expand Down
Loading