Automated Manifest Update (#4746)
This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow. Reviewed-on: #4746 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 #4746.
This commit is contained in:
@@ -0,0 +1,57 @@
|
||||
apiVersion: batch/v1
|
||||
kind: Job
|
||||
metadata:
|
||||
name: argo-workflows-crd-install
|
||||
namespace: argo-workflows
|
||||
labels:
|
||||
helm.sh/chart: argo-workflows-1.0.2
|
||||
app.kubernetes.io/name: argo-workflows-crd-install
|
||||
app.kubernetes.io/instance: argo-workflows
|
||||
app.kubernetes.io/component: crds
|
||||
app: crds
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
app.kubernetes.io/part-of: argo-workflows
|
||||
annotations:
|
||||
"helm.sh/hook": pre-install,pre-upgrade
|
||||
"helm.sh/hook-weight": "-5"
|
||||
"helm.sh/hook-delete-policy": before-hook-creation,hook-succeeded
|
||||
spec:
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
helm.sh/chart: argo-workflows-1.0.2
|
||||
app.kubernetes.io/name: argo-workflows-crd-install
|
||||
app.kubernetes.io/instance: argo-workflows
|
||||
app.kubernetes.io/component: crds
|
||||
app: crds
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
app.kubernetes.io/part-of: argo-workflows
|
||||
spec:
|
||||
serviceAccountName: argo-workflows-crd-install
|
||||
containers:
|
||||
- name: apply
|
||||
image: "registry.k8s.io/kubectl:v1.35.2"
|
||||
env:
|
||||
command:
|
||||
- kubectl
|
||||
- apply
|
||||
- --server-side
|
||||
- --force-conflicts
|
||||
- -f
|
||||
- "https://raw.githubusercontent.com/argoproj/argo-helm/argo-workflows-1.0.2/charts/argo-workflows/files/crds/full/argoproj.io_clusterworkflowtemplates.yaml"
|
||||
- -f
|
||||
- "https://raw.githubusercontent.com/argoproj/argo-helm/argo-workflows-1.0.2/charts/argo-workflows/files/crds/full/argoproj.io_cronworkflows.yaml"
|
||||
- -f
|
||||
- "https://raw.githubusercontent.com/argoproj/argo-helm/argo-workflows-1.0.2/charts/argo-workflows/files/crds/full/argoproj.io_workflowartifactgctasks.yaml"
|
||||
- -f
|
||||
- "https://raw.githubusercontent.com/argoproj/argo-helm/argo-workflows-1.0.2/charts/argo-workflows/files/crds/full/argoproj.io_workfloweventbindings.yaml"
|
||||
- -f
|
||||
- "https://raw.githubusercontent.com/argoproj/argo-helm/argo-workflows-1.0.2/charts/argo-workflows/files/crds/full/argoproj.io_workflows.yaml"
|
||||
- -f
|
||||
- "https://raw.githubusercontent.com/argoproj/argo-helm/argo-workflows-1.0.2/charts/argo-workflows/files/crds/full/argoproj.io_workflowtaskresults.yaml"
|
||||
- -f
|
||||
- "https://raw.githubusercontent.com/argoproj/argo-helm/argo-workflows-1.0.2/charts/argo-workflows/files/crds/full/argoproj.io_workflowtasksets.yaml"
|
||||
- -f
|
||||
- "https://raw.githubusercontent.com/argoproj/argo-helm/argo-workflows-1.0.2/charts/argo-workflows/files/crds/full/argoproj.io_workflowtemplates.yaml"
|
||||
restartPolicy: Never
|
||||
backoffLimit: 3
|
||||
Reference in New Issue
Block a user