From 02f6ff031328c2ea09c6b97383d6b49bbf200c9b Mon Sep 17 00:00:00 2001 From: Matteo Gastaldello Date: Thu, 12 Sep 2024 08:11:35 +0200 Subject: [PATCH] feat: add samples --- samples/repo.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/samples/repo.yaml b/samples/repo.yaml index 17aafd7..6326892 100644 --- a/samples/repo.yaml +++ b/samples/repo.yaml @@ -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 @@ -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