-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: dont update dbaas crds after they are provisioned
- Loading branch information
1 parent
e9f8dc4
commit b655c49
Showing
15 changed files
with
205 additions
and
159 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
26 changes: 26 additions & 0 deletions
26
internal/testdata/complex/dbaas-templates/dbaas-3/mariadb.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
--- | ||
apiVersion: mariadb.amazee.io/v1 | ||
kind: MariaDBConsumer | ||
metadata: | ||
annotations: | ||
lagoon.sh/branch: main | ||
lagoon.sh/version: v2.7.x | ||
creationTimestamp: null | ||
labels: | ||
app.kubernetes.io/instance: mariadb | ||
app.kubernetes.io/managed-by: build-deploy-tool | ||
app.kubernetes.io/name: mariadb-dbaas | ||
lagoon.sh/buildType: branch | ||
lagoon.sh/environment: main | ||
lagoon.sh/environmentType: production | ||
lagoon.sh/project: example-project | ||
lagoon.sh/service: mariadb | ||
lagoon.sh/service-type: mariadb-dbaas | ||
lagoon.sh/template: mariadb-dbaas-0.1.0 | ||
name: mariadb | ||
spec: | ||
consumer: | ||
services: {} | ||
environment: production | ||
provider: {} | ||
status: {} |
26 changes: 0 additions & 26 deletions
26
...omplex/dbaas-templates/dbaas-3/dbaas.yaml → ...lex/dbaas-templates/dbaas-3/mariadb2.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
--- | ||
apiVersion: mongodb.amazee.io/v1 | ||
kind: MongoDBConsumer | ||
metadata: | ||
annotations: | ||
lagoon.sh/branch: main | ||
lagoon.sh/version: v2.7.x | ||
creationTimestamp: null | ||
labels: | ||
app.kubernetes.io/instance: mongo | ||
app.kubernetes.io/managed-by: build-deploy-tool | ||
app.kubernetes.io/name: mongodb-dbaas | ||
lagoon.sh/buildType: branch | ||
lagoon.sh/environment: main | ||
lagoon.sh/environmentType: production | ||
lagoon.sh/project: example-project | ||
lagoon.sh/service: mongo | ||
lagoon.sh/service-type: mongodb-dbaas | ||
lagoon.sh/template: mongodb-dbaas-0.1.0 | ||
name: mongo | ||
spec: | ||
consumer: | ||
auth: | ||
tls: false | ||
services: {} | ||
environment: production | ||
provider: | ||
auth: | ||
tls: false | ||
status: {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
30 changes: 30 additions & 0 deletions
30
internal/testdata/node/dbaas-templates/dbaas-1/mongo3.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
--- | ||
apiVersion: mongodb.amazee.io/v1 | ||
kind: MongoDBConsumer | ||
metadata: | ||
annotations: | ||
lagoon.sh/branch: main | ||
lagoon.sh/version: v2.7.x | ||
creationTimestamp: null | ||
labels: | ||
app.kubernetes.io/instance: mongo3 | ||
app.kubernetes.io/managed-by: build-deploy-tool | ||
app.kubernetes.io/name: mongodb-dbaas | ||
lagoon.sh/buildType: branch | ||
lagoon.sh/environment: main | ||
lagoon.sh/environmentType: production | ||
lagoon.sh/project: example-project | ||
lagoon.sh/service: mongo3 | ||
lagoon.sh/service-type: mongodb-dbaas | ||
lagoon.sh/template: mongodb-dbaas-0.1.0 | ||
name: mongo3 | ||
spec: | ||
consumer: | ||
auth: | ||
tls: false | ||
services: {} | ||
environment: production | ||
provider: | ||
auth: | ||
tls: false | ||
status: {} |
30 changes: 30 additions & 0 deletions
30
internal/testdata/node/dbaas-templates/dbaas-2/mongo2.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
--- | ||
apiVersion: mongodb.amazee.io/v1 | ||
kind: MongoDBConsumer | ||
metadata: | ||
annotations: | ||
lagoon.sh/branch: main | ||
lagoon.sh/version: v2.7.x | ||
creationTimestamp: null | ||
labels: | ||
app.kubernetes.io/instance: mongo2 | ||
app.kubernetes.io/managed-by: build-deploy-tool | ||
app.kubernetes.io/name: mongodb-dbaas | ||
lagoon.sh/buildType: branch | ||
lagoon.sh/environment: main | ||
lagoon.sh/environmentType: production | ||
lagoon.sh/project: example-project | ||
lagoon.sh/service: mongo2 | ||
lagoon.sh/service-type: mongodb-dbaas | ||
lagoon.sh/template: mongodb-dbaas-0.1.0 | ||
name: mongo2 | ||
spec: | ||
consumer: | ||
auth: | ||
tls: false | ||
services: {} | ||
environment: production | ||
provider: | ||
auth: | ||
tls: false | ||
status: {} |
30 changes: 30 additions & 0 deletions
30
internal/testdata/node/dbaas-templates/dbaas-2/mongo3.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
--- | ||
apiVersion: mongodb.amazee.io/v1 | ||
kind: MongoDBConsumer | ||
metadata: | ||
annotations: | ||
lagoon.sh/branch: main | ||
lagoon.sh/version: v2.7.x | ||
creationTimestamp: null | ||
labels: | ||
app.kubernetes.io/instance: mongo3 | ||
app.kubernetes.io/managed-by: build-deploy-tool | ||
app.kubernetes.io/name: mongodb-dbaas | ||
lagoon.sh/buildType: branch | ||
lagoon.sh/environment: main | ||
lagoon.sh/environmentType: production | ||
lagoon.sh/project: example-project | ||
lagoon.sh/service: mongo3 | ||
lagoon.sh/service-type: mongodb-dbaas | ||
lagoon.sh/template: mongodb-dbaas-0.1.0 | ||
name: mongo3 | ||
spec: | ||
consumer: | ||
auth: | ||
tls: false | ||
services: {} | ||
environment: production | ||
provider: | ||
auth: | ||
tls: false | ||
status: {} |
Oops, something went wrong.