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" subPath: "data"
storageClass: longhorn-private storageClass: longhorn-private
image: image:
tag: 0.6.5 tag: 0.6.1
extraEnvVars: extraEnvVars:
- name: ENABLE_OAUTH_SIGNUP - name: ENABLE_OAUTH_SIGNUP
value: "true" value: "true"

View file

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

View file

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

View file

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

View file

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

View file

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