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.
2 parents 438e11f + d289613 commit bb04d6fCopy full SHA for bb04d6f
helm/oci-native-ingress-controller/templates/deployment.yaml
@@ -71,7 +71,7 @@ spec:
71
- name: OCI_RESOURCE_PRINCIPAL_VERSION
72
value: "2.2"
73
- name: OCI_RESOURCE_PRINCIPAL_REGION
74
- value: "us-phoenix-1"
+ value: {{ .Values.region }}
75
- name: OCI_SDK_DEFAULT_RETRY_ENABLED
76
value: "true"
77
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