diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index c45b6a4..d20f094 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -9,9 +9,9 @@ assignees: '' @@ -21,19 +21,19 @@ A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Install chart -2. Run vault command -3. See error (vault logs, etc.) +2. Run bao command +3. See error (openbao logs, etc.) -Other useful info to include: vault pod logs, `kubectl describe statefulset vault` and `kubectl get statefulset vault -o yaml` output +Other useful info to include: openbao pod logs, `kubectl describe statefulset openbao` and `kubectl get statefulset openbao -o yaml` output **Expected behavior** A clear and concise description of what you expected to happen. **Environment** -* Kubernetes version: +* Kubernetes version: * Distribution or cloud vendor (OpenShift, EKS, GKE, AKS, etc.): * Other configuration options or runtime services (istio, etc.): -* vault-helm version: +* openbao-helm version: Chart values: diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 746c03c..46a1922 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -3,5 +3,4 @@ contact_links: - name: Ask a question - url: https://discuss.hashicorp.com/c/vault - about: For increased visibility, please post questions on the discussion forum, and tag with `k8s` + url: https://chat.lfx.linuxfoundation.org/#/room/#openbao-questions:chat.lfx.linuxfoundation.org diff --git a/.github/workflows/acceptance.yaml b/.github/workflows/acceptance.yaml index 2a204e3..9dec300 100644 --- a/.github/workflows/acceptance.yaml +++ b/.github/workflows/acceptance.yaml @@ -18,7 +18,5 @@ jobs: node_image: kindest/node:v${{ matrix.kind-k8s-version }} version: v0.22.0 - run: bats --tap --timing ./test/acceptance - env: - VAULT_LICENSE_CI: ${{ secrets.VAULT_LICENSE_CI }} permissions: contents: read