Skip to content

Commit

Permalink
remove yaml anchors
Browse files Browse the repository at this point in the history
Signed-off-by: Bob Callaway <[email protected]>
  • Loading branch information
bobcallaway committed Aug 13, 2024
1 parent c9e845d commit 7570ab3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/fulcio/fulcio/200-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
data:
config.yaml: |-
define:
- &github-type "github-workflow"
- github-workflow
oidc-issuers:
https://kubernetes.default.svc.cluster.local:
issuer-url: https://kubernetes.default.svc.cluster.local
Expand All @@ -23,16 +23,16 @@ data:
type: email
issuer-claim: $.federated_claims.connector_id
https://token.actions.githubusercontent.com:
ci-provider: github-workflow
issuer-url: https://token.actions.githubusercontent.com
client-id: sigstore
type: ci-provider
ci-provider: *github-type
meta-issuers:
https://kubernetes.*.svc:
client-id: sigstore
type: kubernetes
ci-issuer-metadata:
*github-type:
github-workflow:
default-template-values:
# url: URL of issuer, https://github.com
url: "https://github.com"
Expand Down

0 comments on commit 7570ab3

Please sign in to comment.