Skip to content

Commit 4dcd63f

Browse files
committed
wip
1 parent 3eb35d1 commit 4dcd63f

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

scripts/azure-vn/deployment/operator.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ spec:
1313
app.kubernetes.io/name: operator
1414
annotations:
1515
microsoft.containerinstance.virtualnode.ccepolicy: ''
16-
microsoft.containerinstance.virtualnode.identity: /subscriptions/63e97a70-d825-4b08-af6d-c0d8ad98bed3/resourcegroups/kat-vn-aks/providers/Microsoft.ManagedIdentity/userAssignedIdentities/kat-vn-aks-opr-id
16+
microsoft.containerinstance.virtualnode.identity: IDENTITY_PLACEHOLDER
1717
microsoft.containerinstance.virtualnode.injectdns: "false"
1818
spec:
1919
containers:
@@ -36,7 +36,7 @@ spec:
3636
command:
3737
- /skr.sh
3838
- name: uid2-operator
39-
image: "ghcr.io/iabtechlab/uid2-operator:5.47.71-alpha-215-SNAPSHOT-azure-cc"
39+
image: IMAGE_PLACEHOLDER
4040
resources:
4141
limits:
4242
memory: "8Gi"
@@ -45,11 +45,11 @@ spec:
4545
runAsUser: 1000
4646
env:
4747
- name: VAULT_NAME
48-
value: kat-vn-aks-vault
48+
value: VAULT_NAME_PLACEHOLDER
4949
- name: OPERATOR_KEY_SECRET_NAME
50-
value: kat-vn-aks-opr-key-name
50+
value: OPERATOR_KEY_SECRET_NAME_PLACEHOLDER
5151
- name: DEPLOYMENT_ENVIRONMENT
52-
value: integ
52+
value: DEPLOYMENT_ENVIRONMENT_PLACEHOLDER
5353
ports:
5454
- containerPort: 8080
5555
protocol: TCP

0 commit comments

Comments
 (0)