1
0
Fork 0

Renaming HELM Package

This commit is contained in:
Joao Gilberto Magalhaes 2022-08-28 01:18:23 -05:00
parent fa49e16454
commit b01ec6a09a
8 changed files with 53 additions and 53 deletions

View file

@ -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 }}