You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
➜ klo nexus-config-1-mpd26
Configuring Nexus3...
Waiting for Nexus...
Configuring anonymous access...
Anonymous access configured.
Configuring blob stores...
Configuring scripts...
Script 'cleanup' updated.
Script 'task' updated.
Configuring cleanup policies...
Configuring repositories...
Configuring roles...
Role 'nx-metrics' configured.
Configuring users...
jq: error: syntax error, unexpected end of file, expecting QQSTRING_TEXT or QQSTRING_INTERP_START or QQSTRING_END (Unix shell quoting issues?) at <top-level>, line 1:
.source // "defaultjq: 1 compile error
values.yaml
fullnameOverride: nexusserviceAccount:
create: trueannotations: {}ingress:
enabled: trueannotations:
cert-manager.io/cluster-issuer: letsencrypt-stagingnginx.ingress.kubernetes.io/proxy-body-size: 100mnginx.ingress.kubernetes.io/server-snippet: add_header X-Robots-Tag "noindex, nofollow, nosnippet, noarchive";nginx.ingress.kubernetes.io/use-regex: "true"ingressClassName: nginxhosts:
- nexus.domain.comtls:
- hosts:
- nexus.domain.comsecretName: nexus.domain.com-crtreplicas: 1persistence:
enabled: trueaccessMode: ReadWriteOncestorageClass: gp3size: 32GiretainDeleted: falseretainScaled: falseresources: {}# We usually recommend not to specify default resources and to leave this as a conscious# choice for the user. This also increases chances charts run on environments with little# resources, such as Minikube. If you do want to specify resources, uncomment the following# lines, adjust them as necessary, and remove the curly braces after 'resources:'.# limits:# cpu: 100m# memory: 128Mi# requests:# cpu: 100m# memory: 128MinodeSelector:
ops: "true"affinity: {}topologySpreadConstraints: []tolerations: []metrics:
enabled: trueserviceMonitor:
enabled: trueinterval: 30sscrapeTimeout: 25sadditionalLabels:
release: prometheusrootPassword:
secret: nexus-credentialskey: admin-passwordconfig:
enabled: truejob:
nodeSelector:
ops: "true"affinity: {}tolerations: []anonymous:
enabled: falseusers:
- userId: "tekton"firstName: "Tekton"lastName: "Build Bot"emailAddress: "[email protected]"source: "default"status: "active"roles:
- "nx-admin"password:
secret: "nexus-credentials"key: "tekton-password"
nexus-credentials
Contains credentials for users I want to provision (tekton/tekton-password)
I am unable to provision users with a fresh install of the HELM chart
values.yaml
nexus-credentials
Contains credentials for users I want to provision (tekton/tekton-password)
➜ kgsecn nexus nexus-credentials -o go-template='{{range $k,$v := .data}}{{printf "%s: " $k}}{{if not $v}}{{$v}}{{else}}{{$v | base64decode}}{{end}}{{"\n"}}{{end}}' admin-password: xxx developer-password: yyy tekton-password: zzz
The text was updated successfully, but these errors were encountered: