Skip to content
This repository was archived by the owner on Jun 14, 2024. It is now read-only.

Commit cadeabb

Browse files
authored
Fix JSF xhtml formatting (#287)
* Fix xhtml format * Fix api version
1 parent 783642a commit cadeabb

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

github/java/jsf/kubernetes/Application/charts/sampleapp/templates/ingress.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{{- $fullName := include "sampleapp.fullname" . -}}
33
{{- $serviceName := include "sampleapp.name" . -}}
44
{{- $servicePort := .Values.service.port -}}
5-
apiVersion: extensions/v1beta1
5+
apiVersion: apps/v1
66
kind: Ingress
77
metadata:
88
name: {{ $fullName }}

github/java/jsf/kubernetes/Application/charts/sampleapp/values.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Default values for sampleapp.
22
# This is a YAML-formatted file.
33
# Declare variables to be passed into your templates.
4+
apiVersion: apps/v1
5+
extensionApiVersion: apps/v1
46
fullnameOverride: sampleapp
57
replicaCount: 2
68
image:

github/java/jsf/kubernetes/Application/src/main/webapp/index.xhtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</div>
1616
<div class="content">
1717
<div class="tweet-container">
18-
<a href="http://twitter.com/intent/tweet/?text=I%20just%20created%20a%20new%20Java%20Jsf%20website%20on%20Azure%20using%20GitHub%20workflow&hashtags=GitHub%2CGitHubWorkflow%20%40Azure">
18+
<a href="http://twitter.com/intent/tweet/?text=I%20just%20created%20a%20new%20Java%20Jsf%20website%20on%20Azure%20using%20GitHub%20workflow&&amp;hashtags=GitHub%2CGitHubWorkflow%20%40Azure">
1919
<img src="img/tweetThis.svg" />
2020
</a>
2121
</div>

0 commit comments

Comments
 (0)