fba17f625e
* Follow-up commit of https://review.opendev.org/c/airship/airshipctl/+/766228 for CAPD Change-Id: I9aa2e012ff27bce90ad8fb9630a697d6123b971f Relates-To: #431
13 lines
303 B
YAML
13 lines
303 B
YAML
apiVersion: apps/v1
|
|
kind: Deployment
|
|
metadata:
|
|
name: controller-manager
|
|
namespace: system
|
|
spec:
|
|
template:
|
|
spec:
|
|
containers:
|
|
# Change the value of image field below to your controller image URL
|
|
- image: gcr.io/k8s-staging-cluster-api/capd-manager:master
|
|
name: manager
|