Skip to content

Commit 0bd6bac

Browse files
author
Ubuntu
committed
create existing secret for ci-singleNode
1 parent 27ea541 commit 0bd6bac

File tree

5 files changed

+1
-150
lines changed

5 files changed

+1
-150
lines changed

.github/workflows/base/base.yml

-16
This file was deleted.

.github/workflows/ci-singlenode.yml

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
run: |
1818
cd "$GITHUB_WORKSPACE"
1919
helm install openldap-stack-ha -n single --create-namespace -f .bin/singleNode.yaml .
20+
kubectl create secret generic my-super-secret -n single --from-literal=LDAP_ADMIN_PASSWORD=Not@SecurePassw0rd --from-literal=LDAP_CONFIG_ADMIN_PASSWORD=Not@SecurePassw0rd
2021
kubectl rollout status sts openldap-stack-ha -n single
2122
- name: verify single node deployment
2223
shell: bash

.github/workflows/tests/ci-ha.yml

-74
This file was deleted.

.github/workflows/tests/ci-other.yml

-33
This file was deleted.

.github/workflows/tests/ci-singlenode.yml

-27
This file was deleted.

0 commit comments

Comments
 (0)