Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/helm-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ jobs:
--set externalSecret.secretPath=preview/studio/application \
--set externalSecret.secretStoreName=aws-secrets-manager \
--set externalSecret.secretStoreKind=ClusterSecretStore \
--set 'preview.namespaceLabels.decocms\.com/preview=true' \
--api-versions gateway.networking.k8s.io/v1 \
> /tmp/preview.yaml

Expand Down
7 changes: 6 additions & 1 deletion deploy/helm/studio-previews/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,9 @@ description: |
ApplicationSet that generates previews, and preview policy must be able to
change without bumping — and therefore rolling — the application chart.
type: application
version: 0.1.0
# 0.1.1: pass namespaceLabels through to the studio chart, which renders the
# preview's Namespace itself as of chart-deco-studio 0.14.3. Without this the
# namespace is created with no gateway selector label and the HTTPRoute
# attaches to nothing.

version: 0.1.1
Loading