Skip to content
This repository has been archived by the owner on Jun 14, 2023. It is now read-only.

Commit

Permalink
Add secrets for service account k8s-potter-controller
Browse files Browse the repository at this point in the history
  • Loading branch information
robertgraeff committed Jan 5, 2023
1 parent becc156 commit a9ead18
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions chart/hub-controller/templates/serviceaccount.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ metadata:
{{- end }}
---
apiVersion: v1
kind: Secret
metadata:
name: k8s-potter-controller
annotations:
kubernetes.io/service-account.name: k8s-potter-controller
type: kubernetes.io/service-account-token
---
apiVersion: v1
kind: ServiceAccount
metadata:
name: k8s-potter-controller-2
Expand All @@ -20,6 +28,14 @@ metadata:
{{- toYaml . | nindent 4 }}
{{- end }}
---
apiVersion: v1
kind: Secret
metadata:
name: k8s-potter-controller-2
annotations:
kubernetes.io/service-account.name: k8s-potter-controller-2
type: kubernetes.io/service-account-token
---
apiVersion: rbac.authorization.k8s.io/v1
kind: Role
metadata:
Expand Down

0 comments on commit a9ead18

Please sign in to comment.