Skip to content

Commit

Permalink
chore(registry-proxy): permit umbrella override api group
Browse files Browse the repository at this point in the history
  • Loading branch information
Kingdon Barrett committed Oct 26, 2019
1 parent 77a27b4 commit ed8e945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/registry-proxy/templates/registry-proxy-daemon.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{- if eq .Values.global.registry_location "on-cluster" }}
apiVersion: extensions/v1beta1
apiVersion: {{ .Values.global.api_group }}
kind: DaemonSet
metadata:
name: deis-registry-proxy
Expand Down

0 comments on commit ed8e945

Please sign in to comment.