Skip to content

Commit

Permalink
convert scheduler pruner secret to configmap (#4156)
Browse files Browse the repository at this point in the history
  • Loading branch information
d80tb7 authored Jan 21, 2025
1 parent f89883c commit 5ac2175
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
apiVersion: v1
kind: Secret
kind: ConfigMap
metadata:
name: {{ include "armada-scheduler-pruner.config.name" . }}
namespace: {{ .Release.Namespace }}
labels:
{{- include "armada-scheduler-pruner.labels.all" . | nindent 4 }}
type: Opaque
data:
{{ include "armada-scheduler-pruner.config.filename" . }}: |
{{- if .Values.pruner.applicationConfig }}
Expand Down

0 comments on commit 5ac2175

Please sign in to comment.