Skip to content

Instantly share code, notes, and snippets.

apiVersion: v1
name: wordpress
version: 5.7.0
appVersion: 5.1.1
description: Web publishing platform for building blogs and websites.
icon: https://bitnami.com/assets/stacks/wordpress/img/wordpress-stack-220x234.png
keywords:
- wordpress
- cms
- blog
wordpress/
Chart.yaml # A YAML file containing information about the chart
LICENSE # OPTIONAL: A plain text file containing the license for the chart
README.md # OPTIONAL: A human-readable README file
requirements.yaml # OPTIONAL: A YAML file listing dependencies for the chart
values.yaml # The default configuration values for this chart
charts/ # A directory containing any charts upon which this chart depends.
templates/ # A directory of templates that, when combined with values,
# will generate valid Kubernetes manifest files.
templates/NOTES.txt # OPTIONAL: A plain text file containing short usage notes
apiVersion: v1
kind: ServiceAccount
metadata:
name: tiller
namespace: kube-system
---
apiVersion: rbac.authorization.k8s.io/v1beta1
kind: ClusterRoleBinding
metadata:
name: tiller
---
apiVersion: extensions/v1beta1
kind: Deployment
metadata:
name: wd
namespace: default
labels:
name: "wd"
keel.sh/policy: major
keel.sh/trigger: poll
---
# Source: keel/templates/00-namespace.yaml
apiVersion: v1
kind: Namespace
metadata:
name: "keel"
---
# Source: keel/templates/service-account.yaml
public partial class CreateIdentitySchema : Migration
{
protected override void Up(MigrationBuilder migrationBuilder)
{
migrationBuilder.CreateTable(
name: "AspNetRoles",
columns: table => new
{
Id = table.Column<string>(nullable: false),
---
# Source: keel/templates/00-namespace.yaml
apiVersion: v1
kind: Namespace
metadata:
name: "keel"
---
# Source: keel/templates/service-account.yaml
sudo apt-get update && sudo apt-get install -y apt-transport-https
curl -s https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo apt-key add -
echo "deb http://apt.kubernetes.io/ kubernetes-xenial main" | sudo tee -a /etc/apt/sources.list.d/kubernetes.list
sudo apt-get update
sudo apt-get install -y kubectl
AZ_REPO=$(lsb_release -cs)
echo "deb [arch=amd64] https://packages.microsoft.com/repos/azure-cli/ $AZ_REPO main" | \
sudo tee /etc/apt/sources.list.d/azure-cli.list
@aevitas
aevitas / ApiError.cs
Created October 16, 2018 15:16
i heard you support attributes
/// <summary>The API error base class that provides details about an error that occurred
/// while processing a service request. <p>The OGNL field path is provided for
/// parsers to identify the request data element that may have caused the error.</p>
/// </summary>
[System.Xml.Serialization.XmlIncludeAttribute(typeof(UrlError))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(StringLengthError))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(StringFormatError))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(StatsQueryError))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SizeLimitError))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SelectorError))]