Skip to content

Commit

Permalink
chore(t8s-cluster)!: remove unused gopassName field (#922)
Browse files Browse the repository at this point in the history
  • Loading branch information
cwrau authored May 6, 2024
1 parent 63f9ef6 commit 1a222bf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
4 changes: 4 additions & 0 deletions charts/t8s-cluster/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,8 @@ delete the cloud-config secret, as these will just be recreated during installat

Just skip version 6.x.x, as there was a mistake and it has been reverted.

### 7.x.x -> 8.x.x

Removed the unused `.metadata.gopassName` field.

{{ .Files.Get "values.md" }}
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ metadata:
annotations:
t8s.teuto.net/cluster_support_project_url: {{ .Values.metadata.supportProjectUrl | quote}}
t8s.teuto.net/cluster_config_group_url: {{ .Values.metadata.configGroupUrl | quote }}
t8s.teuto.net/gopass_name: {{ .Values.metadata.gopassName | quote }}
t8s.teuto.net/remarks: {{ .Values.metadata.remarks | quote }}
spec:
customerID: {{ .Values.metadata.customerID }}
Expand Down
3 changes: 0 additions & 3 deletions charts/t8s-cluster/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,6 @@
"configGroupUrl": {
"type": "string"
},
"gopassName": {
"type": "string"
},
"remarks": {
"type": "string"
}
Expand Down
1 change: 0 additions & 1 deletion charts/t8s-cluster/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ metadata:
serviceLevelAgreement: None
supportProjectUrl: ""
configGroupUrl: ""
gopassName: ""
remarks: ""
friendlyName: ""

Expand Down

0 comments on commit 1a222bf

Please sign in to comment.