We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43492c3 commit d289613Copy full SHA for d289613
helm/oci-native-ingress-controller/templates/deployment.yaml
@@ -69,7 +69,7 @@ spec:
69
- name: OCI_RESOURCE_PRINCIPAL_VERSION
70
value: "2.2"
71
- name: OCI_RESOURCE_PRINCIPAL_REGION
72
- value: "us-phoenix-1"
+ value: {{ .Values.region }}
73
- name: OCI_SDK_DEFAULT_RETRY_ENABLED
74
value: "true"
75
ports:
helm/oci-native-ingress-controller/values.yaml
@@ -97,6 +97,8 @@ webhookBindPort: 9443
97
# Supported auths - instance(default), user
98
authType: instance
99
authSecretName: oci-config
100
+# Region where OKE cluster is deployed
101
+region: ""
102
103
# objectSelector for webhook
104
objectSelector:
@@ -110,4 +112,4 @@ objectSelector:
110
112
111
113
metrics:
114
backend: prometheus
- port: 2223
115
+ port: 2223
0 commit comments