Skip to content

Commit

Permalink
Remove references to generic artifacts (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronwaterman authored Mar 6, 2024
1 parent 6cf9f01 commit f1565a9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
12 changes: 0 additions & 12 deletions getting-started/templates/systemlink-secrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,18 +61,6 @@ secrets:
## This cookie is used to authenticate containers in the RabbitMQ stateful set. Use a strong random sequence of characters.
##
erlangCookie: "" # <ATTENTION>
## Miscellaneous artifact repository credentials.
##
genericArtifactPull:
## URL for the repository.
##
url: "https://niedge01.jfrog.io/artifactory/ni-generic" # <ATTENTION> - Override if mirroring the SystemLink container registry.
## User for repository access. This will be the same as the image pull credentials.
##
user: *imageRegistryUser
## Password for repository access. This will be the same as the image pull credentials.
##
password: *imageRegistryPassword

## Secret configuration for the SystemLink web application.
##
Expand Down
4 changes: 0 additions & 4 deletions getting-started/templates/systemlink-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ global:
# <ATTENTION> - Use this override if mirroring the SystemLink container registry.
##
imageRegistry: &imageRegistryRef "niedge01.jfrog.io/ni-docker"
##
## Defines a secret containing the credentials for a repo hosting miscellaneous artifacts
##
genericArtifactPullSecret: "niartifacts-generic"
## Ingress settings that apply globally.
# <ATTENTION> - Use the following section to apply annotation-based configuration to all Systemlink ingresses.
# Configuration is specific to the ingress controller, and the defaults will be sufficient for many deployments.
Expand Down

0 comments on commit f1565a9

Please sign in to comment.