mirror of
https://github.com/ansible/awx-operator.git
synced 2026-05-08 14:22:49 +00:00
Look for a specific pull secret when deployed in certain cloud environments (#894)
This commit is contained in:
@@ -55,4 +55,6 @@ spec:
|
|||||||
initialDelaySeconds: 5
|
initialDelaySeconds: 5
|
||||||
periodSeconds: 10
|
periodSeconds: 10
|
||||||
serviceAccountName: controller-manager
|
serviceAccountName: controller-manager
|
||||||
|
imagePullSecrets:
|
||||||
|
- name: ansible-deployment-pull-secret
|
||||||
terminationGracePeriodSeconds: 10
|
terminationGracePeriodSeconds: 10
|
||||||
|
|||||||
Reference in New Issue
Block a user