Skip to content

Commit

Permalink
Add crd-install helm hook to crds templates
Browse files Browse the repository at this point in the history
  • Loading branch information
smoya authored and Sergio Moya committed Nov 6, 2018
1 parent e3e7cf4 commit 82b38f6
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 0 deletions.
2 changes: 2 additions & 0 deletions install/helm/agones/templates/crds/fleet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ metadata:
chart: {{ template "agones.chart" . }}
release: {{ .Release.Name }}
heritage: {{ .Release.Service }}
annotations:
"helm.sh/hook": crd-install
spec:
group: stable.agones.dev
version: v1alpha1
Expand Down
2 changes: 2 additions & 0 deletions install/helm/agones/templates/crds/fleetallocation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ metadata:
chart: {{ template "agones.chart" . }}
release: {{ .Release.Name }}
heritage: {{ .Release.Service }}
annotations:
"helm.sh/hook": crd-install
spec:
group: stable.agones.dev
version: v1alpha1
Expand Down
2 changes: 2 additions & 0 deletions install/helm/agones/templates/crds/fleetautoscaler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ metadata:
chart: {{ template "agones.chart" . }}
release: {{ .Release.Name }}
heritage: {{ .Release.Service }}
annotations:
"helm.sh/hook": crd-install
spec:
group: stable.agones.dev
version: v1alpha1
Expand Down
2 changes: 2 additions & 0 deletions install/helm/agones/templates/crds/gameserver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ metadata:
chart: {{ template "agones.chart" . }}
release: {{ .Release.Name }}
heritage: {{ .Release.Service }}
annotations:
"helm.sh/hook": crd-install
spec:
group: stable.agones.dev
version: v1alpha1
Expand Down
2 changes: 2 additions & 0 deletions install/helm/agones/templates/crds/gameserverset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ metadata:
chart: {{ template "agones.chart" . }}
release: {{ .Release.Name }}
heritage: {{ .Release.Service }}
annotations:
"helm.sh/hook": crd-install
spec:
group: stable.agones.dev
version: v1alpha1
Expand Down
10 changes: 10 additions & 0 deletions install/yaml/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,8 @@ metadata:
chart: agones-0.6.0-rc
release: agones-manual
heritage: Tiller
annotations:
"helm.sh/hook": crd-install
spec:
group: stable.agones.dev
version: v1alpha1
Expand Down Expand Up @@ -327,6 +329,8 @@ metadata:
chart: agones-0.6.0-rc
release: agones-manual
heritage: Tiller
annotations:
"helm.sh/hook": crd-install
spec:
group: stable.agones.dev
version: v1alpha1
Expand Down Expand Up @@ -376,6 +380,8 @@ metadata:
chart: agones-0.6.0-rc
release: agones-manual
heritage: Tiller
annotations:
"helm.sh/hook": crd-install
spec:
group: stable.agones.dev
version: v1alpha1
Expand Down Expand Up @@ -444,6 +450,8 @@ metadata:
chart: agones-0.6.0-rc
release: agones-manual
heritage: Tiller
annotations:
"helm.sh/hook": crd-install
spec:
group: stable.agones.dev
version: v1alpha1
Expand Down Expand Up @@ -586,6 +594,8 @@ metadata:
chart: agones-0.6.0-rc
release: agones-manual
heritage: Tiller
annotations:
"helm.sh/hook": crd-install
spec:
group: stable.agones.dev
version: v1alpha1
Expand Down

0 comments on commit 82b38f6

Please sign in to comment.