5 lines
151 B
Bash
Executable File
5 lines
151 B
Bash
Executable File
#!/bin/bash
|
|
|
|
kubectl apply --server-side -f \
|
|
https://raw.githubusercontent.com/cloudnative-pg/cloudnative-pg/release-1.22/releases/cnpg-1.22.1.yaml
|