File tree Expand file tree Collapse file tree 5 files changed +7
-6
lines changed
Expand file tree Collapse file tree 5 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 11target
22temp
33dist
4+ .DS_Store
Original file line number Diff line number Diff line change 11apiVersion : v2
22name : gravivol
3- description : A mutating admission webhook to fix pod scheduling
3+ description : A Helm chart for a mutating admission webhook to fix pod scheduling
44
55type : application
66
7- version : 1.0.0
7+ version : 1.0.1
88
9- appVersion : " 0.0.1 "
9+ appVersion : " main "
Original file line number Diff line number Diff line change 99 secretName : {{ include "gravivol.fullname" . }}-server-cert
1010 duration : 87600h
1111 dnsNames :
12- - {{ include "gravivol.fullname" . }}.default .svc
12+ - {{ include "gravivol.fullname" . }}.{{ .Release.Namespace }} .svc
1313 isCA : false
1414 privateKey :
1515 encoding : PKCS8
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ metadata:
44 name : {{ include "gravivol.serviceAccountName" . }}
55 annotations :
66 # This configures cert-manager to inject a CA in this resource
7- cert-manager.io/inject-ca-from : default /{{ include "gravivol.fullname" . }}-client
7+ cert-manager.io/inject-ca-from : {{ .Release.Namespace }} /{{ include "gravivol.fullname" . }}-client
88webhooks :
99 - name : gravivol.fonona.net
1010 clientConfig :
Original file line number Diff line number Diff line change 66 pullPolicy : IfNotPresent
77 # pullPolicy: Always
88 # Overrides the image tag whose default is the chart appVersion.
9- tag : " main "
9+ tag : " "
1010
1111imagePullSecrets : []
1212# This is to override the chart name.
You can’t perform that action at this time.
0 commit comments