Skip to content

Commit

Permalink
[installer]: use typemeta declaration in the helm customisations
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Emms authored and roboquat committed Aug 10, 2022
1 parent 28683a3 commit 5855038
Show file tree
Hide file tree
Showing 3 changed files with 9,425 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Copyright (c) 2022 Gitpod GmbH. All rights reserved.
# Licensed under the MIT License. See License-MIT.txt in the project root for license information.

apiVersion: v1
domain: statefulset-customization-test.gitpod.com
customization:
- apiVersion: apps/v1
kind: StatefulSet
metadata:
name: db
labels:
hello: world
annotations:
hello: world
Loading

0 comments on commit 5855038

Please sign in to comment.