Skip to content

Commit

Permalink
allowed disable admintools (temporalio#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
wenerme authored Jan 19, 2022
1 parent 6b0c074 commit e4bc27a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions templates/admintools-deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{{- if $.Values.admintools.enabled }}
apiVersion: apps/v1
kind: Deployment
metadata:
Expand Down Expand Up @@ -62,3 +63,4 @@ spec:
tolerations:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- end }}
3 changes: 2 additions & 1 deletion templates/admintools-service.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{{- if $.Values.admintools.enabled }}
apiVersion: v1
kind: Service
metadata:
Expand All @@ -22,4 +23,4 @@ spec:
app.kubernetes.io/name: {{ include "temporal.name" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/component: admintools

{{- end }}

0 comments on commit e4bc27a

Please sign in to comment.