Skip to content
This repository has been archived by the owner on Dec 12, 2023. It is now read-only.

Commit

Permalink
change apigroup of deployments to v1 for kubernetes 1.16 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Diaphteiros committed Oct 24, 2019
1 parent 9d4c1ed commit 609bda7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/certificate-dns-bridge/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

apiVersion: apps/v1beta2
apiVersion: apps/v1
kind: Deployment
metadata:
name: {{ include "certificate-dns-bridge.fullname" . }}
Expand Down

0 comments on commit 609bda7

Please sign in to comment.