Renaming HELM Package
This commit is contained in:
parent
fa49e16454
commit
b01ec6a09a
8 changed files with 53 additions and 53 deletions
|
|
@ -3,10 +3,10 @@
|
|||
kind: ClusterRole
|
||||
apiVersion: rbac.authorization.k8s.io/v1
|
||||
metadata:
|
||||
name: {{ include "easyhaproxy-ingress.fullname" . }}
|
||||
name: {{ include "easyhaproxy.fullname" . }}
|
||||
namespace: {{ .Release.Namespace }}
|
||||
labels:
|
||||
{{- include "easyhaproxy-ingress.labels" . | nindent 4 }}
|
||||
{{- include "easyhaproxy.labels" . | nindent 4 }}
|
||||
{{- with .Values.serviceAccount.annotations }}
|
||||
annotations:
|
||||
{{- toYaml . | nindent 4 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue