Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
make cert-manager optional
Browse files Browse the repository at this point in the history
Signed-off-by: usrbinkat <[email protected]>
  • Loading branch information
usrbinkat committed Aug 30, 2021
1 parent c1d3dc2 commit b2bcde1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
10 changes: 5 additions & 5 deletions Kustomization
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ kind: Kustomization
metadata:
name: kargo
commonLabels:
app: kargo
app: "containercraft.io/kargo"
resources:
- cdi
- cert-manager
- cluster-network-addons
- hostpath-provisioner
- kubevirt
- meta
- kubevirt
- hostpath-provisioner
- cluster-network-addons
# cert-manager
5 changes: 4 additions & 1 deletion docs/Fedora.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,11 @@ kubectl create namespace kargo
```
kubectl kustomize https://github.com/ContainerCraft/Kargo.git | kubectl apply -f - ; sleep 30 ;\
kubectl kustomize https://github.com/ContainerCraft/Kargo.git | kubectl apply -f - ; sleep 30 ;\
kubectl kustomize https://github.com/ContainerCraft/Kargo.git | kubectl apply -f - ; sleep 30 ;\
kubectl kustomize https://github.com/ContainerCraft/Kargo.git | kubectl apply -f -
```
- Install Cert Manager if not already installed
```sh
kubectl kustomize https://github.com/ContainerCraft/Kargo/cert-manager | kubectl apply -f -
```
---------------------------------------------------------------------------
## OPTIONAL:
Expand Down

0 comments on commit b2bcde1

Please sign in to comment.