chore: Move hipster and petimeter to attic

This commit is contained in:
2026-04-19 11:36:07 +02:00
parent 44ae197178
commit a68b95ec28
23 changed files with 0 additions and 0 deletions
@@ -0,0 +1,12 @@
{{- if .Values.serviceAccount.create -}}
apiVersion: v1
kind: ServiceAccount
metadata:
name: {{ include "Petimeter.serviceAccountName" . }}
labels:
{{- include "Petimeter.labels" . | nindent 4 }}
{{- with .Values.serviceAccount.annotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
{{- end }}