update
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
external-secrets:
|
external-secrets:
|
||||||
replicaCount: 3
|
replicaCount: 1
|
||||||
revisionHistoryLimit: 1
|
revisionHistoryLimit: 1
|
||||||
leaderElect: true
|
leaderElect: true
|
||||||
|
|
||||||
@@ -16,18 +16,18 @@ external-secrets:
|
|||||||
repository: registry.durp.info/external-secrets/external-secrets
|
repository: registry.durp.info/external-secrets/external-secrets
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
|
|
||||||
extraVolumes:
|
extraVolumes:
|
||||||
- name: ca-pemstore
|
- name: ca-pemstore
|
||||||
configMap:
|
configMap:
|
||||||
name: ca-pemstore
|
name: ca-pemstore
|
||||||
|
|
||||||
extraVolumeMounts:
|
extraVolumeMounts:
|
||||||
- name: ca-pemstore
|
- name: ca-pemstore
|
||||||
mountPath: /etc/ssl/certs/vault.pem
|
mountPath: /etc/ssl/certs/vault.pem
|
||||||
subPath: vault.pem
|
subPath: vault.pem
|
||||||
readOnly: true
|
readOnly: true
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
memory: 32Mi
|
memory: 32Mi
|
||||||
cpu: 10m
|
cpu: 10m
|
||||||
@@ -42,7 +42,7 @@ external-secrets:
|
|||||||
repository: registry.durp.info/external-secrets/external-secrets
|
repository: registry.durp.info/external-secrets/external-secrets
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
memory: 32Mi
|
memory: 32Mi
|
||||||
cpu: 10m
|
cpu: 10m
|
||||||
@@ -61,7 +61,7 @@ external-secrets:
|
|||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
tag: ""
|
tag: ""
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
memory: 32Mi
|
memory: 32Mi
|
||||||
cpu: 10m
|
cpu: 10m
|
||||||
|
|||||||
@@ -64,9 +64,7 @@ renovate:
|
|||||||
#preCommand: ''
|
#preCommand: ''
|
||||||
preCommand: |
|
preCommand: |
|
||||||
ls /config
|
ls /config
|
||||||
ls /config/renovate.json
|
|
||||||
cat /config/renovate.json
|
cat /config/renovate.json
|
||||||
cat /config/renovate.json/renovate.json
|
|
||||||
|
|
||||||
postCommand: ""
|
postCommand: ""
|
||||||
# postCommand: |
|
# postCommand: |
|
||||||
@@ -177,7 +175,7 @@ renovate:
|
|||||||
# "key1"="value1"
|
# "key1"="value1"
|
||||||
|
|
||||||
extraVolumes:
|
extraVolumes:
|
||||||
- name: renovate-config
|
- name: renovate-config-secret
|
||||||
secretName:
|
secretName:
|
||||||
name: renovate-config-secret
|
name: renovate-config-secret
|
||||||
items:
|
items:
|
||||||
@@ -185,8 +183,8 @@ renovate:
|
|||||||
path: renovate.json
|
path: renovate.json
|
||||||
|
|
||||||
extraVolumeMounts:
|
extraVolumeMounts:
|
||||||
- name: renovate-config
|
- name: renovate-config-secret
|
||||||
mountPath: /config/renovate.json
|
mountPath: /config
|
||||||
subPath: renovate.json
|
subPath: renovate.json
|
||||||
|
|
||||||
# -- Additional containers to the pod
|
# -- Additional containers to the pod
|
||||||
|
|||||||
Reference in New Issue
Block a user