Skip to content

Commit

Permalink
rotate certs use duration
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Jul 2, 2024
1 parent 1a573b8 commit ff3e385
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 22 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
apiVersion: kuttl.dev/v1beta1
kind: TestStep
commands:
- script: |
echo "Get fingerprints of all service certs"
kubectl-kuttl version
oc exec -i openstackclient -n $NAMESPACE -- bash -s < ../../common/osp_endpoint_fingerprints.sh > /tmp/endpoint_fingerprints_before
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: keystone-public-route
spec:
duration: 500h0m0s
---
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: keystone-public-svc
spec:
duration: 500h0m0s
---
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: keystone-internal-svc
spec:
duration: 500h0m0s
---
apiVersion: core.openstack.org/v1beta1
kind: OpenStackControlPlane
metadata:
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit ff3e385

Please sign in to comment.