-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMakefile
16 lines (13 loc) · 962 Bytes
/
Makefile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
install-flux-management:
kubectl apply -f manifests-flux/namespace.yaml
kubectl apply -f manifests-common/flux-helm-release-crd.yaml
helm3 upgrade --namespace flux-system --install flux manifests-flux/flux --values manifests-flux/bitshift-gitops-management-k8s-flux-values.yaml
helm3 upgrade --namespace flux-system --install helm-operator manifests-flux/helm-operator --values manifests-flux/bitshift-gitops-management-k8s-helm-operator-values.yaml
install-flux:
kubectl apply -f manifests-flux/namespace.yaml
kubectl apply -f manifests-common/flux-helm-release-crd.yaml
kubectl apply -f bitshift-gitops-k8s/plattform/addons.yaml
helm3 upgrade --namespace flux-system --install flux manifests-flux/flux --values manifests-flux/bitshift-gitops-k8s-flux-values.yaml
helm3 upgrade --namespace flux-system --install helm-operator manifests-flux/helm-operator --values manifests-flux/bitshift-gitops-k8s-helm-operator-values.yaml
present:
marp -s .