Commit 97957cb Terry Howe
committed
1 parent 97f0ddc commit 97957cb Copy full SHA for 97957cb
File tree 1 file changed +1
-0
lines changed
1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -113,6 +113,7 @@ helm-build: kustomize ## Build helm chart into tar file
113
113
install : manifests kustomize # # Install CRDs into the K8s cluster specified in ~/.kube/config.
114
114
kubectl get namespace eksa-packages || kubectl create namespace eksa-packages
115
115
$(KUSTOMIZE ) build config/crd | kubectl apply -f -
116
+ kubectl create secret -n eksa-packages generic aws-secret --from-literal=REGION=$(EKSA_AWS_REGION ) --from-literal=ID=$(EKSA_AWS_ACCESS_KEY_ID ) --from-literal=SECRET=$(EKSA_AWS_SECRET_ACCESS_KEY )
116
117
117
118
uninstall : manifests kustomize # # Uninstall CRDs from the K8s cluster specified in ~/.kube/config.
118
119
kubectl delete packages -n eksa-packages $(kubectl get packages -n eksa-packages --no-headers -o custom-columns=":metadata.name" ) && sleep 5 || true
You can’t perform that action at this time.
0 commit comments