add vault
This commit is contained in:
parent
c34b54f8e8
commit
666f1bc784
@ -7,6 +7,13 @@ spec:
|
||||
interval: 5m
|
||||
timeout: 10m
|
||||
values:
|
||||
defaultInitContainers:
|
||||
prepareConfig:
|
||||
extraInit: |
|
||||
perl -0pi -e 's/password="\s*([^"\n]+)"/password="$1"/g' /config/server.properties
|
||||
perl -0pi -e 's/user_controller_user="\s*([^"\n]+)"/user_controller_user="$1"/g' /config/server.properties
|
||||
perl -0pi -e 's/user_inter_broker_user="\s*([^"\n]+)"/user_inter_broker_user="$1"/g' /config/server.properties
|
||||
perl -0pi -e 's/node\.id=(\d+)ssl\.keystore\.key=/node.id=$1\nssl.keystore.key=/g' /config/server.properties
|
||||
global:
|
||||
imagePullSecrets:
|
||||
- regcred
|
||||
|
||||
@ -8,7 +8,7 @@ spec:
|
||||
chart:
|
||||
spec:
|
||||
chart: kafka-contour
|
||||
version: "0.1.12"
|
||||
version: "0.1.13"
|
||||
sourceRef:
|
||||
kind: HelmRepository
|
||||
name: yc-oci-charts
|
||||
|
||||
Loading…
Reference in New Issue
Block a user