WIP: Add SIP function to target/workload phase

Signed-off-by: Drew Walters <andrew.walters@att.com>
Change-Id: If53bb079e5d1914aa552cd41b540daae45dc03cf
This commit is contained in:
Drew Walters 2021-03-05 22:03:10 +00:00
parent b9a6f15e9e
commit 40716c835d
4 changed files with 10 additions and 4 deletions

View File

@ -7,4 +7,5 @@ metadata:
spec:
images:
sip:
manager: quay.io/airshipit/sip:51e7ff85d617c0e94fa98920fdbacce3ad9e6bc0
kube-rbac-proxy: gcr.io/kubebuilder/kube-rbac-proxy:v0.5.0
manager: quay.io/airshipit/sip:51e7ff85d617c0e94fa98920fdbacce3ad9e6bc0

View File

@ -1,12 +1,11 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../../../airship-core/shared/catalogues
- ../../../../function/treasuremap-base-catalogues
# NOTE(drewwalters96): Uncomment to patch networking catalogue.
# patchesStrategicMerge:
# - common-networking.yaml
# - networking.yaml
# Uncomment to patch versions catalogue once needed
# patchesStrategicMerge:
# - versions.yaml

View File

@ -1,2 +1,6 @@
resources:
- ../../../airship-core/target/workload
- ../../shared/catalogues
- sip
transformers:
- ../../../../function/sip/replacements

View File

@ -0,0 +1,2 @@
resources:
- ../../../../../function/sip