Skip to content
Draft
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
10 changes: 10 additions & 0 deletions skaffold/skaffold_cloud.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,3 +152,13 @@ profiles:
path: /manifests/kustomize/paths
value:
- k8s/cloud/public/base
# Fork profile: deploy the k8sstormcenter cloud overlay (cockpit). Additive —
# it does not alter the upstream profiles above, mirroring the `public`
# pattern. Invoke with `-p cockpit`. The kustomize dir is restored by PR #72
# at private/cockpit/.
- name: cockpit
patches:
- op: replace
path: /manifests/kustomize/paths
value:
- private/cockpit
Loading