Skip to content

Commit

Permalink
Merge pull request #5 from disposab1e/release-0.0.1
Browse files Browse the repository at this point in the history
Release 0.0.1
  • Loading branch information
disposab1e authored May 20, 2020
2 parents 48729ad + 3cbfc03 commit 2b54036
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 10 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,6 @@ jobs:
- build/scripts/test/ocp/operator-olm-install
- build/scripts/test/ocp/operator-olm-uninstall
- build/scripts/test/ocp/operator-manual-install
- build/scripts/test/ocp/operator-manual-uninstall
- build/scripts/test/ocp/operator-manual-install
- build/scripts/test/ocp/sealed-secrets-install
- build/scripts/test/ocp/sealed-secret-install
- build/scripts/test/ocp/sealed-secret-uninstall
Expand Down Expand Up @@ -192,11 +190,10 @@ jobs:
- build/scripts/test/ocp/operator-olm-install
- build/scripts/test/ocp/operator-olm-uninstall
- build/scripts/test/ocp/operator-manual-install
- build/scripts/test/ocp/operator-manual-uninstall
- build/scripts/test/ocp/operator-manual-install
- build/scripts/test/ocp/sealed-secrets-install
- build/scripts/test/ocp/sealed-secret-install
- build/scripts/test/ocp/sealed-secret-uninstall
- build/scripts/test/ocp/sealed-secrets-uninstall
- build/scripts/test/ocp/operator-manual-uninstall
after_script:
- build/scripts/test/ocp3/minishift-stop
Expand Down
2 changes: 1 addition & 1 deletion build/scripts/test/k8s/sealed-secrets-uninstall
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ echo "======================================================"
echo "Uninstall Sealed Secrets"
echo "======================================================"
kubectl delete SealedSecretController sealed-secret-controller -n sealed-secrets
kubectl delete crd sealedsecrets.bitnami.com
#kubectl delete crd sealedsecrets.bitnami.com
4 changes: 2 additions & 2 deletions build/scripts/test/ocp/sealed-secrets-install
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ echo "======================================================"
echo "Install and Test Sealed Secrets"
echo "======================================================"
oc apply -f examples/ocp.yaml -n sealed-secrets
echo "Wait 240s"
sleep 240
echo "Wait 60"
sleep 60
oc rollout status -w deployment/sealed-secret-controller-sealed-secrets -n sealed-secrets
oc get all -n sealed-secrets
2 changes: 1 addition & 1 deletion build/scripts/test/ocp/sealed-secrets-uninstall
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ echo "======================================================"
echo "Uninstall Sealed Secrets"
echo "======================================================"
oc delete SealedSecretController sealed-secret-controller -n sealed-secrets
oc delete crd sealedsecrets.bitnami.com
# oc delete crd sealedsecrets.bitnami.com
2 changes: 1 addition & 1 deletion examples/k8s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ spec:
# crd.create: `true` if the crd resources should be created
create: true
# crd.keep: `true` if the sealed secret CRD should be kept when the chart is deleted
keep: true
keep: false

networkPolicy: false

Expand Down
2 changes: 1 addition & 1 deletion examples/ocp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ spec:
# crd.create: `true` if the crd resources should be created
create: true
# crd.keep: `true` if the sealed secret CRD should be kept when the chart is deleted
keep: true
keep: false

networkPolicy: false

Expand Down

0 comments on commit 2b54036

Please sign in to comment.