Compare commits

..

No commits in common. "779bfe169b961f507c47a8c78034f8db042d35a5" and "94285d5ad6914fecdb7948fc086a2f8148a34e07" have entirely different histories.

6 changed files with 8 additions and 8 deletions

View file

@ -20,7 +20,7 @@ spec:
subPath: "data"
storageClass: longhorn-private
image:
tag: 0.6.5
tag: 0.6.1
extraEnvVars:
- name: ENABLE_OAUTH_SIGNUP
value: "true"

View file

@ -10,4 +10,3 @@ resources:
- charts/
- monitoring/
- public/
- k8s-sidecar-role.yaml

View file

@ -1,8 +1,8 @@
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: k8s-sidecar
name: gatus-k8s-sidecar
rules:
- apiGroups: [""]
resources: ["configmaps"]
resources: ["configmaps", "secrets"]
verbs: ["get", "watch", "list"]

View file

@ -1,12 +1,12 @@
kind: ClusterRoleBinding
apiVersion: rbac.authorization.k8s.io/v1
metadata:
name: k8s-sidecar
name: gatus-k8s-sidecar
roleRef:
kind: ClusterRole
name: k8s-sidecar
name: gatus-k8s-sidecar
apiGroup: rbac.authorization.k8s.io
subjects:
- kind: ServiceAccount
name: k8s-sidecar
name: gatus-k8s-sidecar
namespace: monitoring

View file

@ -1,4 +1,4 @@
apiVersion: v1
kind: ServiceAccount
metadata:
name: k8s-sidecar
name: gatus-k8s-sidecar

View file

@ -15,6 +15,7 @@ resources:
- ../../../kustomize/bases/deployment/
- extras/sidecar-crb.yaml
- extras/sidecar-serviceAccount.yaml
- extras/sidecar-clusterRole.yaml
patches:
- path: patches/deployment.yaml