Update Jenkins values.yaml to enable external secret integration and adjust existingSecret configuration for Vault compatibility.
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
apiVersion: external-secrets.io/v1beta1
|
||||
kind: ExternalSecret
|
||||
metadata:
|
||||
name: {{ include "jenkins.fullname" . }}-admin-vault
|
||||
name: {{ include "jenkins.fullname" . }}-admin
|
||||
namespace: {{ template "jenkins.namespace" . }}
|
||||
labels:
|
||||
{{- include "jenkins.labels" . | nindent 4 }}
|
||||
|
||||
Reference in New Issue
Block a user