Skip to content

Commit

Permalink
fix: malformed helm manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
eysi09 authored and thsig committed Jun 24, 2021
1 parent 7826be7 commit 2ad5e33
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions static/kubernetes/system/util/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ metadata:
spec:
replicas: 1
selector:
matchLabels:
matchLabels:
app.kubernetes.io/name: {{ include "garden-util.name" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
Expand All @@ -22,7 +21,7 @@ spec:
spec:
volumes:
- name: docker-config
secret:
secret:
secretName: builder-docker-config
items:
- key: .dockerconfigjson
Expand Down

0 comments on commit 2ad5e33

Please sign in to comment.