Compare commits
2 Commits
373a0546d8
...
7184958139
| Author | SHA1 | Date | |
|---|---|---|---|
|
7184958139
|
|||
| 22f4646f6a |
@@ -15,3 +15,6 @@ subjects:
|
||||
- kind: User
|
||||
name: alexanderlebens@gmail.com
|
||||
apiGroup: rbac.authorization.k8s.io
|
||||
- kind: ServiceAccount
|
||||
name: headlamp-admin
|
||||
namespace: headlamp
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
apiVersion: talos.dev/v1alpha1
|
||||
kind: ServiceAccount
|
||||
metadata:
|
||||
name: headlamp-admin
|
||||
namespace: {{ .Release.Namespace }}
|
||||
labels:
|
||||
app.kubernetes.io/name: headlamp-admin
|
||||
app.kubernetes.io/instance: {{ .Release.Name }}
|
||||
app.kubernetes.io/part-of: {{ .Release.Name }}
|
||||
@@ -11,6 +11,6 @@ plugin-barman-cloud:
|
||||
sidecarImage:
|
||||
registry: ghcr.io
|
||||
repository: cloudnative-pg/plugin-barman-cloud-sidecar
|
||||
tag: v0.8.0
|
||||
tag: v0.9.0
|
||||
crds:
|
||||
create: true
|
||||
|
||||
Reference in New Issue
Block a user