Skip to content

Commit

Permalink
Merge pull request opendatahub-io#109 from adelton/issue-85
Browse files Browse the repository at this point in the history
Make the git-basic-auth optional, for building from publicly available repo it is not needed.
  • Loading branch information
LaVLaS authored Sep 26, 2023
2 parents cf659eb + 518830f commit 10d49b5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,3 +114,4 @@ spec:
- name: buildah-cache
- name: aws-secret
- name: git-basic-auth
optional: true
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,3 @@ spec:
- name: aws-secret
secret:
secretName: aws-env
- name: git-basic-auth
secret:
secretName: gitea-edge-user-1
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,3 @@ spec:
- name: aws-secret
secret:
secretName: aws-env
- name: git-basic-auth
secret:
secretName: gitea-edge-user-2

0 comments on commit 10d49b5

Please sign in to comment.