Skip to content
Open
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: 9 additions & 1 deletion components.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,15 @@ components:
repo: git@github.com:mNi-Cloud/appconfig-controller.git
type: controller
has_tiltfile: true
tilt_port: 10357
tilt_port: 10358
required: false

# AppSecret controller
- name: appsecret-controller
repo: git@github.com:mNi-Cloud/appsecret-controller.git
type: controller
has_tiltfile: true
tilt_port: 10359
required: false

# CLI tool - no Tiltfile
Expand Down