Skip to content
Snippets Groups Projects
Commit 77cffdfd authored by Mariano Cano's avatar Mariano Cano
Browse files

Prepare version 0.2.0

parent c59c16b7
Branches
Tags
No related merge requests found
...@@ -8,5 +8,5 @@ spec: ...@@ -8,5 +8,5 @@ spec:
spec: spec:
containers: containers:
# Change the value of image field below to your controller image URL # Change the value of image field below to your controller image URL
- image: smallstep/step-issuer:latest - image: smallstep/step-issuer:0.2.0
name: manager name: manager
...@@ -181,6 +181,13 @@ metadata: ...@@ -181,6 +181,13 @@ metadata:
creationTimestamp: null creationTimestamp: null
name: step-issuer-manager-role name: step-issuer-manager-role
rules: rules:
- apiGroups:
- ""
resources:
- events
verbs:
- create
- patch
- apiGroups: - apiGroups:
- "" - ""
resources: resources:
...@@ -337,7 +344,7 @@ spec: ...@@ -337,7 +344,7 @@ spec:
- --enable-leader-election - --enable-leader-election
command: command:
- /manager - /manager
image: smallstep/step-issuer:latest image: smallstep/step-issuer:0.2.0
name: manager name: manager
resources: resources:
limits: limits:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment