Merge pull request #886 from 3dwardch3ng/infra/argo-workflows

Infra/argo workflows
This commit is contained in:
2024-08-28 15:52:16 +10:00
committed by GitHub
10 changed files with 10 additions and 8 deletions

View File

@@ -45,6 +45,7 @@ spec:
name: tmp
nodeSelector:
kubernetes.io/os: linux
kubernetes.io/arch: amd64
securityContext:
runAsNonRoot: true
serviceAccountName: argo-server
@@ -99,6 +100,7 @@ spec:
runAsNonRoot: true
nodeSelector:
kubernetes.io/os: linux
kubernetes.io/arch: amd64
priorityClassName: workflow-controller
securityContext:
runAsNonRoot: true

View File

@@ -1,14 +1,14 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ./crd.yaml
- ./sa.yaml
- ./custom-resource-definition.yaml
- ./service-account.yaml
- ./role.yaml
- ./cr.yaml
- ./rb.yaml
- ./crb.yaml
- ./cm.yaml
- ./cluster-role.yaml
- ./role-binding.yaml
- ./cluster-role-binding.yaml
- ./configmap.yaml
- ./secret.yaml
- ./svc.yaml
- ./pc.yaml
- ./service.yaml
- ./priority-class.yaml
- ./deployment.yaml