Files
Olares/apps/argo/config/cluster/deploy/workflow-controller-secrets.yaml
simon c19ee276dc feat: move argo,knowledge and download to os-system (#1198)
* move to os-system

* host path

* test

* debug

* debug

* debug

* debug

* debug

* argo add values

* debug

* debug

* debug

* debug

* remove keyFormat
2025-04-11 20:53:50 +08:00

41 lines
651 B
YAML

---
apiVersion: v1
kind: Secret
metadata:
name: argo-workflow-log-fakes3
namespace: os-system
type: Opaque
stringData:
AWS_ACCESS_KEY_ID: S3RVER
AWS_SECRET_ACCESS_KEY: S3RVER
---
apiVersion: rbac.authorization.k8s.io/v1
kind: Role
metadata:
name: workflow-role
namespace: os-system
rules:
- apiGroups:
- "*"
resources:
- pods
verbs:
- patch
---
apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
metadata:
name: workflow-rolebinding
namespace: os-system
subjects:
- kind: ServiceAccount
namespace: os-system
name: default
roleRef:
kind: Role
name: workflow-role
apiGroup: rbac.authorization.k8s.io