-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
61 changed files
with
446 additions
and
300 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,4 +46,4 @@ bitbucket.crt | |
.dccache | ||
|
||
# Helm Unittest Debug | ||
charts/snyk-broker/helm/.debug | ||
charts/snyk-broker/.debug |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -120,28 +120,36 @@ should render artifactoryUrl and brokerClientValidationUrl as secrets: | |
3: | | ||
apiVersion: v1 | ||
data: | ||
artifactory-broker-token-key: MTIz | ||
artifactory-broker-token-key: MTIzNDVhNmItNzhkOS0xZTJmLTNhYmMtNDU2ZGVmNzg5MTIz | ||
kind: Secret | ||
metadata: | ||
name: artifactory-broker-token-RELEASE-NAME | ||
type: Opaque | ||
4: | | ||
apiVersion: v1 | ||
data: | ||
snyk-token-key: MTIzNDVhNmItNzhkOS0xZTJmLTNhYmMtNDU2ZGVmNzg5MTIz | ||
kind: Secret | ||
metadata: | ||
name: snyk-token-RELEASE-NAME | ||
type: Opaque | ||
5: | | ||
apiVersion: v1 | ||
kind: Secret | ||
metadata: | ||
name: artifactory-url-RELEASE-NAME | ||
stringData: | ||
artifactory-url: username:password@your-domain.com/artifactory | ||
type: Opaque | ||
5: | | ||
6: | | ||
apiVersion: v1 | ||
kind: Secret | ||
metadata: | ||
name: artifactory-broker-client-validation-url-RELEASE-NAME | ||
stringData: | ||
artifactory-broker-client-validation-url: https://username:[email protected]/artifactory/api/system/ping | ||
type: Opaque | ||
6: | | ||
7: | | ||
apiVersion: v1 | ||
kind: ServiceAccount | ||
metadata: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.