fix values error
All checks were successful
Build and Publish / build-release (push) Successful in 1m21s
All checks were successful
Build and Publish / build-release (push) Successful in 1m21s
This commit is contained in:
@@ -45,6 +45,7 @@
|
|||||||
buildInputs = with pkgs; [
|
buildInputs = with pkgs; [
|
||||||
elixir
|
elixir
|
||||||
elixir-ls
|
elixir-ls
|
||||||
|
kubernetes-helm
|
||||||
git
|
git
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -99,6 +99,7 @@ rawResources:
|
|||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/name: policy-service
|
app.kubernetes.io/name: policy-service
|
||||||
app.kubernetes.io/instance: policy-service
|
app.kubernetes.io/instance: policy-service
|
||||||
|
spec:
|
||||||
spec:
|
spec:
|
||||||
description: "PostgreSQL cluster for policy-service"
|
description: "PostgreSQL cluster for policy-service"
|
||||||
imageName: ghcr.io/cloudnative-pg/container-image:1.23.1
|
imageName: ghcr.io/cloudnative-pg/container-image:1.23.1
|
||||||
|
|||||||
Reference in New Issue
Block a user