bugfixes
This commit is contained in:
@@ -664,11 +664,17 @@ spec:
|
||||
value: info
|
||||
- name: CONFIG_PATH
|
||||
value: /config/config.yaml
|
||||
- name: SECRETS_PATH
|
||||
value: /config/secrets.yaml
|
||||
volumeMounts:
|
||||
- name: ingestor-config
|
||||
mountPath: /config
|
||||
mountPath: /config/config.yaml
|
||||
subPath: config.yaml
|
||||
readOnly: true
|
||||
- name: ingestor-secrets
|
||||
mountPath: /secrets
|
||||
mountPath: /config/secrets.yaml
|
||||
subPath: secrets.yaml
|
||||
readOnly: true
|
||||
volumes:
|
||||
- name: ingestor-config
|
||||
configMap:
|
||||
|
||||
Reference in New Issue
Block a user