Skip to content
This repository has been archived by the owner on Mar 17, 2023. It is now read-only.

Commit

Permalink
Merge pull request #27 from onmetal/fix/vc_certs_typo
Browse files Browse the repository at this point in the history
Fix vc certs typo for cluster ca
  • Loading branch information
afritzler authored Sep 24, 2021
2 parents 27536a9 + f952823 commit a81530e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/virtual-controlplane/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: virtual-controlplane
description: A Helm chart for a Virtual Kubernetes controlplane
type: application
version: 0.1.4
version: 0.1.5
appVersion: "1.22.1"
engine: gotpl
home: https://github.com/onmetal/virtual-controlplane/
Expand Down
2 changes: 1 addition & 1 deletion charts/virtual-controlplane/templates/certificates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: kuberntes-ca
name: kubernetes-ca
namespace: {{ .Release.Namespace }}
spec:
isCA: true
Expand Down

0 comments on commit a81530e

Please sign in to comment.