Skip to content

Commit a88134d

Browse files
authored
Merge pull request #11 from tetrateio/cp-update
update cp values 1.8
2 parents 0a02926 + 40d0c9e commit a88134d

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

prep_controlplane_values.sh

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ EOF
1717
tctl apply -f "$FOLDER/cluster-$CLUSTER_NAME.yaml"
1818

1919
tctl install cluster-service-account --cluster $CLUSTER_NAME > $CLUSTER_NAME-service-account.jwk
20-
tctl x gitops grant $CLUSTER_NAME
2120

2221
cat << EOF > "$FOLDER/$CLUSTER_NAME-controlplane_values.yaml"
2322
image:
@@ -60,9 +59,11 @@ spec:
6059
- name: global
6160
revisions:
6261
- name: default
63-
- name: prod
64-
revisions:
65-
- name: prod-stable
62+
istio:
63+
tsbVersion: $VERSION
64+
- name: canary
65+
istio:
66+
tsbVersion: $VERSION
6667
kubeSpec:
6768
deployment:
6869
env:

0 commit comments

Comments
 (0)