Skip to content

Commit

Permalink
change storageaccount alias to sacct to avoid service account alias c…
Browse files Browse the repository at this point in the history
…ollision
  • Loading branch information
frodopwns committed Jul 2, 2020
1 parent ec9cbb6 commit 0b020c8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions api/v1alpha1/storageaccount_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ type StorageAccountSpec struct {

// +kubebuilder:validation:MinLength=0

Location string `json:"location,omitempty"`
Location string `json:"location,omitempty"`
// +kubebuilder:validation:Pattern=^[-\w\._\(\)]+$
// +kubebuilder:validation:MinLength:1
// +kubebuilder:validation:Required
Expand Down Expand Up @@ -68,7 +68,7 @@ type StorageAccountAccessTier string
// +kubebuilder:subresource:status

// StorageAccount is the Schema for the storages API
// +kubebuilder:resource:shortName=sa
// +kubebuilder:resource:shortName=sacct
// +kubebuilder:printcolumn:name="Provisioned",type="string",JSONPath=".status.provisioned"
// +kubebuilder:printcolumn:name="Message",type="string",JSONPath=".status.message"
type StorageAccount struct {
Expand Down
Binary file modified charts/azure-service-operator-0.1.0.tgz
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
listKind: StorageAccountList
plural: storageaccounts
shortNames:
- sa
- sacct
singular: storageaccount
scope: Namespaced
subresources:
Expand Down
6 changes: 3 additions & 3 deletions charts/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@ entries:
azure-service-operator:
- apiVersion: v2
appVersion: 0.1.0
created: "2020-07-02T12:00:12.36142-06:00"
created: "2020-07-02T13:28:16.308913-06:00"
dependencies:
- condition: azureUseMI
name: aad-pod-identity
repository: https://raw.githubusercontent.com/Azure/aad-pod-identity/master/charts
version: 1.5.5
description: Deploy components and dependencies of azure-service-operator
digest: 723420bd84ddb434124cb808d49d1599440ded9bae837df7f2978931b51cb78e
digest: be07303de61e0675551bfeae5cf5dd59d944a5dd822f583ebdd0739d6b16567d
home: https://github.com/Azure/azure-service-operator
name: azure-service-operator
sources:
- https://github.com/Azure/azure-service-operator
urls:
- azure-service-operator-0.1.0.tgz
version: 0.1.0
generated: "2020-07-02T12:00:12.355282-06:00"
generated: "2020-07-02T13:28:16.303844-06:00"

0 comments on commit 0b020c8

Please sign in to comment.