This commit is contained in:
2025-05-01 06:12:12 -05:00
parent c6e52fd256
commit e7c75c9c82
2 changed files with 4 additions and 4 deletions

View File

@@ -16,7 +16,7 @@ spec:
target: target:
name: renovate-config-secret name: renovate-config-secret
data: data:
- secretKey: renovate-config-secret - secretKey: renovate.json
remoteRef: remoteRef:
key: kv/renovate key: kv/renovate
property: config property: config

View File

@@ -181,9 +181,9 @@ renovate:
name: renovate-config-secret name: renovate-config-secret
extraVolumeMounts: extraVolumeMounts:
- name: renovate-config - mountPath: "/config"
mountPath: /config name: renovate.json
subPath: renovate.json readOnly: true
# -- Additional containers to the pod # -- Additional containers to the pod
extraContainers: [] extraContainers: []