Skip to content

Commit

Permalink
Merge pull request #270 from appuio/remove-baselinecapabilityset
Browse files Browse the repository at this point in the history
Remove `baselineCapabilitySet` configurations in install instructions
  • Loading branch information
simu authored Aug 22, 2023
2 parents 777b283 + 0e5f707 commit ad4b7b6
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,6 @@ metadata:
spec:
template: <1>
spec:
capabilities:
baselineCapabilitySet: v4.11
channel: stable-4.11
clusterID: bc75be34-e92d-4745-bb9d-8ec39e877854
desiredUpdate: {} <2>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,5 @@ networking:
pullSecret: |
${PULL_SECRET}
sshKey: "$(cat $SSH_PUBLIC_KEY)"
capabilities:
baselineCapabilitySet: v4.12
EOF
----
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ networking:
pullSecret: |
${PULL_SECRET}
sshKey: "$(cat $SSH_PUBLIC_KEY)"
capabilities:
baselineCapabilitySet: v4.11
EOF
----
<1> We only provision a single compute machine set.
Expand Down

0 comments on commit ad4b7b6

Please sign in to comment.