File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 template :
88 spec :
99 affinity : {}
10+ imagePullSecrets : [{}]
Original file line number Diff line number Diff line change @@ -84,6 +84,12 @@ quarkus:
8484 value : IfNotPresent
8585 paths :
8686 - (kind == Deployment).spec.template.spec.containers.(name == ${quarkus.kubernetes.name}).imagePullPolicy
87+ image-pull-secrets :
88+ property : imagePullSecrets
89+ value-as-list : []
90+ paths :
91+ - (kind == Deployment).spec.template.spec.imagePullSecrets
92+ description : Kubernetes image pull secret to use if the OCI image is hosted on a private registry
8793 resource-requests-cpu :
8894 property : resources.requests.cpu
8995 value : ${quarkus.kubernetes.resources.requests.cpu}
@@ -99,12 +105,6 @@ quarkus:
99105 value : ${quarkus.kubernetes.resources.limits.memory}
100106 paths :
101107 - (kind == Deployment).spec.template.spec.containers.(name == ${quarkus.kubernetes.name}).resources.limits.memory
102- image-pull-secret :
103- property : imagePullSecret
104- value : ${quarkus.kubernetes.image-pull-secrets[0]}
105- paths :
106- - (kind == Deployment).spec.template.spec.imagePullSecrets[0].name
107- description : Kubernetes image pull secret to use if the OCI image is hosted on a private registry
108108 affinity :
109109 property : affinity
110110 value-as-map : {}
@@ -149,8 +149,6 @@ quarkus:
149149 version : ${quarkus.application.version}
150150 add-version-to-label-selectors : false
151151 image-pull-policy : IfNotPresent
152- image-pull-secrets :
153- - github-container-registry
154152 replicas : 1
155153 annotations :
156154 " app.kubernetes.io/version " : ${quarkus.application.version}
You can’t perform that action at this time.
0 commit comments