Skip to content

Commit

Permalink
Merge pull request #11 from tetrateio/cp-update
Browse files Browse the repository at this point in the history
update cp values 1.8
  • Loading branch information
smarunich authored Feb 12, 2024
2 parents 0a02926 + 40d0c9e commit a88134d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions prep_controlplane_values.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ EOF
tctl apply -f "$FOLDER/cluster-$CLUSTER_NAME.yaml"

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

cat << EOF > "$FOLDER/$CLUSTER_NAME-controlplane_values.yaml"
image:
Expand Down Expand Up @@ -60,9 +59,11 @@ spec:
- name: global
revisions:
- name: default
- name: prod
revisions:
- name: prod-stable
istio:
tsbVersion: $VERSION
- name: canary
istio:
tsbVersion: $VERSION
kubeSpec:
deployment:
env:
Expand Down

0 comments on commit a88134d

Please sign in to comment.