Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

peerpodconfig-ctrl: rename CAA_IMAGE env var #963

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion peerpodconfig-ctrl/config/manager/manager.yaml
Expand Up @@ -61,7 +61,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
- name: CAA_IMAGE
- name: RELATED_IMAGE_CAA
value: "quay.io/confidential-containers/cloud-api-adaptor"
serviceAccountName: controller-manager
terminationGracePeriodSeconds: 10
2 changes: 1 addition & 1 deletion peerpodconfig-ctrl/controllers/peerpodconfig_controller.go
Expand Up @@ -45,7 +45,7 @@ import (

const (
// Name of env var containing the cloud-api-adaptor image name
CloudApiAdaptorImageEnvName = "CAA_IMAGE"
CloudApiAdaptorImageEnvName = "RELATED_IMAGE_CAA"
DefaultCloudApiAdaptorImage = "quay.io/confidential-containers/cloud-api-adaptor"
defaultNodeSelectorLabel = "node-role.kubernetes.io/worker"
)
Expand Down