1
0
mirror of https://github.com/Infisical/infisical.git synced 2025-03-27 09:40:45 +00:00

fix(chart): truncated secrets-operator resource name

This commit is contained in:
Grraahaam
2023-01-28 17:09:14 +01:00
parent 5c55e6e508
commit 10dd747899

@ -1,7 +1,7 @@
apiVersion: v1
kind: Service
metadata:
name: {{ include "secrets-operator.fullname" . }}-controller-manager-metrics-service
name: {{ include "secrets-operator.fullname" . | trunc 28 }}-controller-manager-metrics-service
labels:
app.kubernetes.io/component: kube-rbac-proxy
app.kubernetes.io/created-by: k8-operator