Automated Manifest Update (#2259)
This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow. Reviewed-on: #2259 Co-authored-by: gitea-bot <gitea-bot@alexlebens.net> Co-committed-by: gitea-bot <gitea-bot@alexlebens.net>
This commit was merged in pull request #2259.
This commit is contained in:
@@ -0,0 +1,61 @@
|
||||
---
|
||||
# Source: cert-manager/charts/cert-manager/templates/startupapicheck-job.yaml
|
||||
apiVersion: batch/v1
|
||||
kind: Job
|
||||
metadata:
|
||||
name: cert-manager-startupapicheck
|
||||
namespace: cert-manager
|
||||
labels:
|
||||
app: startupapicheck
|
||||
app.kubernetes.io/name: startupapicheck
|
||||
app.kubernetes.io/instance: cert-manager
|
||||
app.kubernetes.io/component: "startupapicheck"
|
||||
app.kubernetes.io/version: "v1.19.1"
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
helm.sh/chart: cert-manager-v1.19.1
|
||||
annotations:
|
||||
helm.sh/hook: post-install
|
||||
helm.sh/hook-delete-policy: before-hook-creation,hook-succeeded
|
||||
helm.sh/hook-weight: "1"
|
||||
spec:
|
||||
backoffLimit: 4
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app: startupapicheck
|
||||
app.kubernetes.io/name: startupapicheck
|
||||
app.kubernetes.io/instance: cert-manager
|
||||
app.kubernetes.io/component: "startupapicheck"
|
||||
app.kubernetes.io/version: "v1.19.1"
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
helm.sh/chart: cert-manager-v1.19.1
|
||||
spec:
|
||||
restartPolicy: OnFailure
|
||||
serviceAccountName: cert-manager-startupapicheck
|
||||
enableServiceLinks: false
|
||||
securityContext:
|
||||
runAsNonRoot: true
|
||||
seccompProfile:
|
||||
type: RuntimeDefault
|
||||
containers:
|
||||
- name: cert-manager-startupapicheck
|
||||
image: "quay.io/jetstack/cert-manager-startupapicheck:v1.19.1"
|
||||
imagePullPolicy: IfNotPresent
|
||||
args:
|
||||
- check
|
||||
- api
|
||||
- --wait=1m
|
||||
- -v
|
||||
securityContext:
|
||||
allowPrivilegeEscalation: false
|
||||
capabilities:
|
||||
drop:
|
||||
- ALL
|
||||
readOnlyRootFilesystem: true
|
||||
env:
|
||||
- name: POD_NAMESPACE
|
||||
valueFrom:
|
||||
fieldRef:
|
||||
fieldPath: metadata.namespace
|
||||
nodeSelector:
|
||||
kubernetes.io/os: "linux"
|
||||
Reference in New Issue
Block a user