Skip to content

Commit

Permalink
feat: add samples
Browse files Browse the repository at this point in the history
  • Loading branch information
matteogastaldello committed Sep 12, 2024
1 parent e119122 commit 02f6ff0
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions samples/repo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,12 @@ metadata:
spec:
configMapKeyRef:
key: values
name: test-push-cm
name: filename-replace-values
namespace: default
deletionPolicy: Orphan
fromRepo:
authMethod: generic
branch: main
path: /
path: skeleton
usernameRef:
key: username
name: git-username
Expand All @@ -28,11 +27,11 @@ spec:
path: /
secretRef:
key: token
name: github-auth
name: git-secret
namespace: default
usernameRef:
key: username
name: github-username
name: git-username
namespace: default
url: https://github.com/matteogastaldello/toRepo
unsupportedCapabilities: true

0 comments on commit 02f6ff0

Please sign in to comment.