Skip to content

Commit

Permalink
Merge pull request #116 from nickboldt/patch-1
Browse files Browse the repository at this point in the history
Update creating-secrets.adoc - namespace should have -tenant suffix
  • Loading branch information
arewm authored Aug 20, 2024
2 parents 1286110 + 63a4b57 commit 213c5eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ apiVersion: v1
kind: Secret
metadata:
name: pipelines-as-code-secret
namespace: <YOUR NAMESPACE>
namespace: <YOUR NAMESPACE>-tenant
labels:
appstudio.redhat.com/credentials: scm
appstudio.redhat.com/scm.host: <source-control-management-host> # for example, gitlab.com
Expand Down

0 comments on commit 213c5eb

Please sign in to comment.