Skip to content

Commit

Permalink
add labels to psql and mysql server samples
Browse files Browse the repository at this point in the history
  • Loading branch information
frodopwns committed May 28, 2020
1 parent 5dc6371 commit cda645d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/samples/azure_v1alpha2_mysqlserver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ apiVersion: azure.microsoft.com/v1alpha2
kind: MySQLServer
metadata:
name: mysqlserver-sample
labels: # Provide tags to add to the KeyVault as labels
tag1: value1
tag2: value2
spec:
location: eastus2
resourceGroup: resourcegroup-azure-operators
Expand Down
3 changes: 3 additions & 0 deletions config/samples/azure_v1alpha2_postgresqlserver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ apiVersion: azure.microsoft.com/v1alpha2
kind: PostgreSQLServer
metadata:
name: postgresqlserver-sample
labels: # Provide tags to add to the KeyVault as labels
tag1: value1
tag2: value2
spec:
location: eastus
resourceGroup: resourcegroup-azure-operators
Expand Down

0 comments on commit cda645d

Please sign in to comment.