diff --git a/.github/scripts/validate-deploy.sh b/.github/scripts/validate-deploy.sh index 7e461cfd..2fba52a8 100755 --- a/.github/scripts/validate-deploy.sh +++ b/.github/scripts/validate-deploy.sh @@ -83,6 +83,8 @@ INSTANCE_STATUS="" sleep 30 done +oc get secret -n "${CPD_NAMESPACE}" + echo "DB2 Db2whService/db2wh-cr is ${INSTANCE_STATUS}" echo "DB2 Operator uninstall" diff --git a/module.yaml b/module.yaml index c71eca2b..9586f09e 100644 --- a/module.yaml +++ b/module.yaml @@ -1,5 +1,7 @@ name: gitops-cp-db2wh type: terraform +interfaces: + - github.com/cloud-native-toolkit/automation-modules#database-secret description: "" tags: - tools