Switch busybox image to cgr.dev/chainguard/busybox:latest-glibc (#175)
This commit is contained in:
+4
-4
@@ -12,26 +12,26 @@ spec:
|
||||
{{- toYaml .Values.podSecurityContext | nindent 4 }}
|
||||
containers:
|
||||
- name: wget-service-name
|
||||
image: busybox
|
||||
image: cgr.dev/chainguard/bash:latest
|
||||
command: ['wget']
|
||||
args: ['-O', '/dev/null', '{{ include "spiffe-oidc-discovery-provider.fullname" . }}:{{ .Values.service.port }}/.well-known/openid-configuration']
|
||||
securityContext:
|
||||
{{- toYaml .Values.securityContext | nindent 8 }}
|
||||
- name: wget-service-name-namespace
|
||||
image: busybox
|
||||
image: cgr.dev/chainguard/bash:latest
|
||||
command: ['wget']
|
||||
args: ['-O', '/dev/null', '{{ include "spiffe-oidc-discovery-provider.fullname" . }}.{{ include "spiffe-oidc-discovery-provider.namespace" . }}:{{ .Values.service.port }}/.well-known/openid-configuration']
|
||||
securityContext:
|
||||
{{- toYaml .Values.securityContext | nindent 8 }}
|
||||
- name: wget-service-name-namespace-svc-cluster-local
|
||||
image: busybox
|
||||
image: cgr.dev/chainguard/bash:latest
|
||||
command: ['wget']
|
||||
args: ['-O', '/dev/null', '{{ include "spiffe-oidc-discovery-provider.fullname" . }}.{{ include "spiffe-oidc-discovery-provider.namespace" . }}.svc.cluster.local:{{ .Values.service.port }}/.well-known/openid-configuration']
|
||||
securityContext:
|
||||
{{- toYaml .Values.securityContext | nindent 8 }}
|
||||
{{- if .Values.ingress.enabled }}
|
||||
- name: wget-ingress
|
||||
image: busybox
|
||||
image: cgr.dev/chainguard/bash:latest
|
||||
command: ['wget']
|
||||
args: ['-O', '/dev/null', '{{ index .Values.config.domains 0 }}/.well-known/openid-configuration']
|
||||
securityContext:
|
||||
|
||||
Reference in New Issue
Block a user