Skip to content

Commit

Permalink
Remove pull secret from chart (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
fiunchinho authored Jun 15, 2023
1 parent df0b13e commit 9322ee3
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 24 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Remove obsolete 'fixJob' that replaces certificate secrets in certain situation.
- Stop pushing to `openstack-app-collection`.
- Remove pull secret.

## [1.9.4] - 2023-04-27

Expand Down
2 changes: 0 additions & 2 deletions helm/athena/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,6 @@ spec:
scheme: HTTP
initialDelaySeconds: 30
timeoutSeconds: 1
imagePullSecrets:
- name: "{{ .Values.name }}-pull-secret"
serviceAccountName: {{ .Values.name }}
affinity:
podAntiAffinity:
Expand Down
12 changes: 0 additions & 12 deletions helm/athena/templates/pull-secret.yaml

This file was deleted.

8 changes: 0 additions & 8 deletions helm/athena/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,14 +119,6 @@
"properties": {
"domain": {
"type": "string"
},
"pullSecret": {
"type": "object",
"properties": {
"dockerConfigJSON": {
"type": "string"
}
}
}
}
},
Expand Down
2 changes: 0 additions & 2 deletions helm/athena/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ secret:
# generic configuration
registry:
domain: docker.io
pullSecret:
dockerConfigJSON: ""

podSecurityContext:
seccompProfile:
Expand Down

0 comments on commit 9322ee3

Please sign in to comment.