Skip to content

Commit

Permalink
Merge pull request #169 from smallstep/mariano/step-issuer-crds
Browse files Browse the repository at this point in the history
Use Helm 3 method for installing crds
  • Loading branch information
maraino authored Jan 11, 2024
2 parents 8fd5cef + 521de1b commit 4f5ec6c
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 24 deletions.
6 changes: 1 addition & 5 deletions step-issuer/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
apiVersion: v2
name: step-issuer
type: application
version: 0.8.0+2
version: 1.8.0
appVersion: 0.8.0
description: Step-issuer helm chart for kubernetes.
home: https://smallstep.com
dependencies:
- name: crds
condition: crds.enabled
version: 0.8.0+2
keywords:
- authority
- ca
Expand Down
14 changes: 0 additions & 14 deletions step-issuer/charts/crds/Chart.yaml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.10.0
creationTimestamp: null
name: stepclusterissuers.certmanager.step.sm
spec:
group: certmanager.step.sm
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.10.0
creationTimestamp: null
name: stepissuers.certmanager.step.sm
spec:
group: certmanager.step.sm
Expand Down
3 changes: 0 additions & 3 deletions step-issuer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,3 @@ tolerations: []

# affinity contains the affinity settings for pod assignment.
affinity: {}

crds:
enabled: true

0 comments on commit 4f5ec6c

Please sign in to comment.