update
This commit is contained in:
@@ -792,7 +792,7 @@ openclarity:
|
|||||||
serviceAccount:
|
serviceAccount:
|
||||||
# -- Enable creation of ServiceAccount
|
# -- Enable creation of ServiceAccount
|
||||||
create: true
|
create: true
|
||||||
# -- The name of the ServiceAccount to use.
|
#false -- The name of the ServiceAccount to use.
|
||||||
# If not set and create is true, it will use the component's calculated name.
|
# If not set and create is true, it will use the component's calculated name.
|
||||||
name: ""
|
name: ""
|
||||||
# -- Allows auto mount of ServiceAccountToken on the serviceAccount created.
|
# -- Allows auto mount of ServiceAccountToken on the serviceAccount created.
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ argo-cd:
|
|||||||
global:
|
global:
|
||||||
revisionHistoryLimit: 1
|
revisionHistoryLimit: 1
|
||||||
image:
|
image:
|
||||||
repository: registry.internal.durp.info/argoproj/argocd
|
repository: registry.durp.info/argoproj/argocd
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
|
|
||||||
server:
|
server:
|
||||||
@@ -26,7 +26,7 @@ argo-cd:
|
|||||||
dex:
|
dex:
|
||||||
enabled: true
|
enabled: true
|
||||||
image:
|
image:
|
||||||
repository: registry.internal.durp.info/dexidp/dex
|
repository: registry.durp.info/dexidp/dex
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
|
|
||||||
configs:
|
configs:
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
ingress:
|
ingress:
|
||||||
enabled: false
|
enabled: false
|
||||||
deployment:
|
deployment:
|
||||||
image: registry.internal.durp.info/developerdurp/durpapi
|
image: registry.durp.info/developerdurp/durpapi
|
||||||
secretfile: durpapi-secret
|
secretfile: durpapi-secret
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
hpa:
|
hpa:
|
||||||
|
|||||||
Reference in New Issue
Block a user