Skip to content

Commit

Permalink
Merge pull request #17061 from JonahEdick/step-issuer-compat
Browse files Browse the repository at this point in the history
Step issuer compat subpackage
  • Loading branch information
jamonation authored Apr 17, 2024
2 parents fbcce24 + ea2ff3f commit 80b7218
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion step-issuer.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: step-issuer
version: 0.9.1
epoch: 0
epoch: 1
description: A certificate issuer for cert-manager using step certificates CA
copyright:
- license: Apache-2.0
Expand All @@ -25,6 +25,21 @@ pipeline:

- uses: strip

subpackages:
- name: ${{package.name}}-compat
dependencies:
runtime:
- step-issuer
pipeline:
- runs: |
mkdir -p ${{targets.contextdir}}
ln -sf /usr/bin/step-issuer ${{targets.contextdir}}/manager
description: Helm chart compatability
test:
pipeline:
- runs: |
/manager -h
update:
enabled: true
github:
Expand Down

0 comments on commit 80b7218

Please sign in to comment.