changes for amdin -4
This commit is contained in:
parent
5ff64476b9
commit
61852414a3
@ -119,6 +119,11 @@ spec:
|
||||
# Disable guest provider
|
||||
- name: AUTH_PROVIDERS_GUEST_ENABLED
|
||||
value: "false"
|
||||
# Pod namespace for Kubernetes API calls (used by TrackedUsersClient)
|
||||
- name: POD_NAMESPACE
|
||||
valueFrom:
|
||||
fieldRef:
|
||||
fieldPath: metadata.namespace
|
||||
volumeMounts:
|
||||
- name: config
|
||||
mountPath: /app/app-config.yaml
|
||||
|
||||
@ -6,7 +6,7 @@ namespaceOverride: "backstage"
|
||||
# Backstage application image
|
||||
image:
|
||||
repository: gcr.io/prj-onlinesales-test-framework/backstage
|
||||
tag: "main-8147387"
|
||||
tag: "main-de51ae9"
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
# Replica count
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user