![Sean Eagan](/assets/img/avatar_default.png)
This moves to the latest version of SIP: f9226befbd49e4eba8909aa430ce7407551bba62 This version includes a workload load balancer service, for which configuration is added. Closes: #146 Signed-off-by: Sean Eagan <seaneagan1@gmail.com> Change-Id: I1820b408559bc51d86a62d7d4aad10c458890354
24 lines
683 B
Plaintext
24 lines
683 B
Plaintext
apiVersion: kpt.dev/v1alpha1
|
|
kind: Kptfile
|
|
dependencies:
|
|
- name: upstream/crd
|
|
git:
|
|
repo: "https://opendev.org/airship/sip"
|
|
directory: "config/crd"
|
|
ref: "f9226befbd49e4eba8909aa430ce7407551bba62"
|
|
- name: upstream/default
|
|
git:
|
|
repo: "https://opendev.org/airship/sip"
|
|
directory: "config/default"
|
|
ref: "f9226befbd49e4eba8909aa430ce7407551bba62"
|
|
- name: upstream/manager
|
|
git:
|
|
repo: "https://opendev.org/airship/sip"
|
|
directory: "config/manager"
|
|
ref: "f9226befbd49e4eba8909aa430ce7407551bba62"
|
|
- name: upstream/rbac
|
|
git:
|
|
repo: "https://opendev.org/airship/sip"
|
|
directory: "config/rbac"
|
|
ref: "f9226befbd49e4eba8909aa430ce7407551bba62"
|