Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Step Issuer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mirrored_repos
smallstep
Step Issuer
Commits
e7a0c472
Commit
e7a0c472
authored
3 years ago
by
irbekrm
Browse files
Options
Downloads
Patches
Plain Diff
Bump cert-manager API version v1alpha2 -> v1 in example configs
Signed-off-by:
irbekrm
<
irbekrm@gmail.com
>
parent
778745db
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
README.md
+2
-2
2 additions, 2 deletions
README.md
config/certmanager/certificate.yaml
+2
-2
2 additions, 2 deletions
config/certmanager/certificate.yaml
config/default/kustomization.yaml
+2
-2
2 additions, 2 deletions
config/default/kustomization.yaml
with
6 additions
and
6 deletions
README.md
+
2
−
2
View file @
e7a0c472
...
@@ -9,7 +9,7 @@ sign the certificate requests.
...
@@ -9,7 +9,7 @@ sign the certificate requests.
In this guide, we assume that you have a
[
Kubernetes
](
https://kubernetes.io/
)
In this guide, we assume that you have a
[
Kubernetes
](
https://kubernetes.io/
)
environment with a
[
cert-manager
](
https://github.com/jetstack/cert-manager
)
environment with a
[
cert-manager
](
https://github.com/jetstack/cert-manager
)
version supporting CertificateRequest issuers, cert-manager
v0.11.0
or higher.
version supporting CertificateRequest issuers, cert-manager
`v1.0.0`
or higher.
### Installing step certificates
### Installing step certificates
...
@@ -299,7 +299,7 @@ as the root certificate will be available in the resource:
...
@@ -299,7 +299,7 @@ as the root certificate will be available in the resource:
```
sh
```
sh
$
kubectl get certificaterequests.cert-manager.io internal-smallstep-com
-o
yaml
$
kubectl get certificaterequests.cert-manager.io internal-smallstep-com
-o
yaml
apiVersion: cert-manager.io/v1
alpha2
apiVersion: cert-manager.io/v1
kind: CertificateRequest
kind: CertificateRequest
...
...
status:
status:
...
...
This diff is collapsed.
Click to expand it.
config/certmanager/certificate.yaml
+
2
−
2
View file @
e7a0c472
# The following manifests contain a self-signed issuer CR and a certificate CR.
# The following manifests contain a self-signed issuer CR and a certificate CR.
# More document can be found at https://docs.cert-manager.io
# More document can be found at https://docs.cert-manager.io
apiVersion
:
cert-manager.io/v1
alpha2
apiVersion
:
cert-manager.io/v1
kind
:
Issuer
kind
:
Issuer
metadata
:
metadata
:
name
:
selfsigned-issuer
name
:
selfsigned-issuer
...
@@ -8,7 +8,7 @@ metadata:
...
@@ -8,7 +8,7 @@ metadata:
spec
:
spec
:
selfSigned
:
{}
selfSigned
:
{}
---
---
apiVersion
:
cert-manager.io/v1
alpha2
apiVersion
:
cert-manager.io/v1
kind
:
Certificate
kind
:
Certificate
metadata
:
metadata
:
name
:
serving-cert
# this name should match the one appeared in kustomizeconfig.yaml
name
:
serving-cert
# this name should match the one appeared in kustomizeconfig.yaml
...
...
This diff is collapsed.
Click to expand it.
config/default/kustomization.yaml
+
2
−
2
View file @
e7a0c472
...
@@ -52,7 +52,7 @@ vars:
...
@@ -52,7 +52,7 @@ vars:
# objref:
# objref:
# kind: Certificate
# kind: Certificate
# group: cert-manager.io
# group: cert-manager.io
# version: v1
alpha2
# version: v1
# name: serving-cert # this name should match the one in certificate.yaml
# name: serving-cert # this name should match the one in certificate.yaml
# fieldref:
# fieldref:
# fieldpath: metadata.namespace
# fieldpath: metadata.namespace
...
@@ -60,7 +60,7 @@ vars:
...
@@ -60,7 +60,7 @@ vars:
# objref:
# objref:
# kind: Certificate
# kind: Certificate
# group: cert-manager.io
# group: cert-manager.io
# version: v1
alpha2
# version: v1
# name: serving-cert # this name should match the one in certificate.yaml
# name: serving-cert # this name should match the one in certificate.yaml
#- name: SERVICE_NAMESPACE # namespace of the service
#- name: SERVICE_NAMESPACE # namespace of the service
# objref:
# objref:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment