We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8624dc commit 0b485eaCopy full SHA for 0b485ea
2 files changed
bootstrap/public-registry.yaml
@@ -23,18 +23,3 @@ spec:
23
name: latest
24
importPolicy:
25
scheduled: true
26
----
27
-apiVersion: rbac.authorization.k8s.io/v1
28
-kind: RoleBinding
29
-metadata:
30
- name: registry-viewers
31
- namespace: public-registry
32
- annotations:
33
- argocd.argoproj.io/sync-wave: "0"
34
-roleRef:
35
- apiGroup: rbac.authorization.k8s.io
36
- kind: ClusterRole
37
- name: registry-viewer
38
-subjects:
39
- - kind: Group
40
- name: system:unauthenticated
workloads/uptime-kuma/uptime-kuma.yaml
@@ -63,6 +63,8 @@ spec:
63
securityContext:
64
runAsUser: 0
65
runAsNonRoot: false
66
+ image:
67
+ repository: docker.io/louislam/uptime-kuma
68
volume:
69
enabled: true
70
existingClaim: uptime-kuma-data
0 commit comments