Skip to content

Commit

Permalink
Update helm charts
Browse files Browse the repository at this point in the history
  • Loading branch information
matthchr committed Jul 17, 2020
1 parent e9da62e commit 77dbad2
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 7 deletions.
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 @@ -60,7 +60,7 @@ spec:
description: optional
type: string
edition:
description: 'DBEdition - wraps: https://godoc.org/github.com/Azure/azure-sdk-for-go/services/preview/sql/mgmt/2015-05-01-preview/sql#DatabaseEdition'
description: 'DBEdition - wraps: https://godoc.org/github.com/Azure/azure-sdk-for-go/services/preview/sql/mgmt/v3.0/sql#DatabaseEdition'
type: integer
location:
description: 'INSERT ADDITIONAL SPEC FIELDS - desired state of cluster
Expand Down Expand Up @@ -134,21 +134,50 @@ spec:
description: AzureSqlDatabaseSpec defines the desired state of AzureSqlDatabase
properties:
dbName:
description: optional
type: string
edition:
type: integer
location:
description: 'INSERT ADDITIONAL SPEC FIELDS - desired state of cluster
Important: Run "make" to regenerate code after modifying this file'
type: string
maxSize:
anyOf:
- type: integer
- type: string
pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
x-kubernetes-int-or-string: true
monthlyRetention:
type: string
resourceGroup:
pattern: ^[-\w\._\(\)]+$
type: string
server:
type: string
sku:
properties:
capacity:
description: Capacity - Capacity of the particular SKU.
format: int32
type: integer
family:
description: Family - If the service has different generations
of hardware, for the same SKU, then that can be captured here.
type: string
name:
description: Name - The name of the SKU, typically, a letter +
Number code, e.g. P3.
type: string
size:
description: Size - Size of the particular SKU
type: string
tier:
description: optional Tier - The tier or edition of the particular
SKU, e.g. Basic, Premium.
type: string
required:
- name
type: object
weekOfYear:
format: int32
type: integer
Expand All @@ -157,7 +186,6 @@ spec:
yearlyRetention:
type: string
required:
- edition
- location
- resourceGroup
- server
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ spec:
format: int32
type: integer
failoverpolicy:
description: ReadWriteEndpointFailoverPolicy - wraps https://godoc.org/github.com/Azure/azure-sdk-for-go/services/preview/sql/mgmt/2015-05-01-preview/sql#ReadWriteEndpointFailoverPolicy
description: ReadWriteEndpointFailoverPolicy - wraps https://godoc.org/github.com/Azure/azure-sdk-for-go/services/preview/sql/mgmt/v3.0/sql#ReadWriteEndpointFailoverPolicy
type: string
keyVaultToStoreSecrets:
type: string
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,14 @@ spec:
or security group in the Azure Active Directory tenant for the
vault. The client ID must be unique for the list of access policies.
type: string
objectID:
description: ObjectID is the value to use if the access policy
is for a user other than the user creating the Key Vault when
the creating user does not have access to the Application API
which is used to translate ClientID to Object ID To get around
this, use az-cli or the Azure portal to source the ObjectID
from your Service Principal
type: string
permissions:
description: Permissions - Permissions the identity has for keys,
secrets, and certificates.
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-08T10:09:00.884245-06:00"
created: "2020-07-17T12:17:27.800100287-07: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: 7772dcf19b531eced14cec948a8d2705c19303d5c210ff2f0b52784931baeb19
digest: 3fe545d0a60d33b297e5ddca42df0ca406aff128fda21c9328490486a83096a6
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-08T10:09:00.877634-06:00"
generated: "2020-07-17T12:17:27.796522611-07:00"

0 comments on commit 77dbad2

Please sign in to comment.