Skip to content

Commit

Permalink
Added dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Viktor Farcic committed Dec 29, 2018
1 parent d23426f commit b7411a2
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions charts-orig/go-demo-6/templates/rbac.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{{- if .Values.rbac.enabled -}}
apiVersion: v1
kind: ServiceAccount
metadata:
Expand Down Expand Up @@ -43,4 +42,3 @@ roleRef:
subjects:
- kind: ServiceAccount
name: {{ template "fullname" . }}-db
{{- end -}}
2 changes: 0 additions & 2 deletions charts-orig/go-demo-6/templates/sts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ spec:
app: {{ template "name" . }}-db
release: {{ .Release.Name }}
spec:
{{- if .Values.rbac.enabled }}
serviceAccountName: {{ template "fullname" . }}-db
{{- end }}
terminationGracePeriodSeconds: 10
containers:
- name: db
Expand Down
2 changes: 0 additions & 2 deletions charts/go-demo-6/templates/rbac.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{{- if .Values.rbac.enabled -}}
apiVersion: v1
kind: ServiceAccount
metadata:
Expand Down Expand Up @@ -43,4 +42,3 @@ roleRef:
subjects:
- kind: ServiceAccount
name: {{ template "fullname" . }}-db
{{- end -}}
2 changes: 0 additions & 2 deletions charts/go-demo-6/templates/sts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ spec:
app: {{ template "name" . }}-db
release: {{ .Release.Name }}
spec:
{{- if .Values.rbac.enabled }}
serviceAccountName: {{ template "fullname" . }}-db
{{- end }}
terminationGracePeriodSeconds: 10
containers:
- name: db
Expand Down

0 comments on commit b7411a2

Please sign in to comment.